Lines Matching refs:MAN
18 DST_MAN_DIR=man/man1/
22 all:: html man ps
25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
48 MAN := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_MAN_DIR)%.1, $(POD))
51 # The set of man pages we will not install
54 # The set of man pages that we will install
55 INSTALL_MANS = $(filter-out $(NO_INSTALL_MANS), $(MAN))
68 groff -Tps -man $< > $@
72 man: $(MAN)
78 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
90 $(Echo) Installing MAN CommandGuide Documentation