]> Dogcows Code - chaz/yoink/blob - doc/rules.mk
use only triangles; no quads
[chaz/yoink] / doc / rules.mk
1
2 #########################
3 sp := $(sp).x
4 dirstack_$(sp) := $(d)
5 d := $(dir)
6 #########################
7
8 #
9 # Define rules and targets for man pages.
10 #
11
12 MANPAGE_$(d) := $(d)/yoink.6
13
14 MANPAGES := $(MANPAGES) $(MANPAGE_$(d))
15 CLEAN := $(CLEAN) $(MANPAGE_$(d))
16
17
18 #######################
19 -include $(DEPS_$(d))
20 d := $(dirstack_$(sp))
21 sp := $(basename $(sp))
22 #######################
23
This page took 0.036321 seconds and 4 git commands to generate.