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