]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/help2man-vars.make
Merge commit 'b9d3aec07415ad5e7ad024aa7d73e5c5bfabc82d' into translation
[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