]> Dogcows Code - chaz/yoink/blob - doc/rules.mk
repository cleanup
[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 MANPAGE_$(d):
18 @export BUGREPORT=hello ;\
19 $(call DO_IN,$<,$@)
20
21
22 #######################
23 -include $(DEPS_$(d))
24 d := $(dirstack_$(sp))
25 sp := $(basename $(sp))
26 #######################
27
This page took 0.031415 seconds and 4 git commands to generate.