]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/help2man-vars.make
*** empty log message ***
[lilypond.git] / stepmake / stepmake / help2man-vars.make
1
2 ifneq ($(strip $(DOCUMENTATION)),no)
3 HELP2MAN_GROFFS = $(addsuffix .1, $(addprefix $(outdir)/, $(HELP2MAN_EXECS)))
4
5 # triggers recompilations.  Ugh.
6 OUT_DIST_FILES +=  # $(wildcard $(outdir)/*.1)
7 endif