]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/help2man-vars.make
Build dependencies for .texi files (issue 1852).
[lilypond.git] / stepmake / stepmake / help2man-vars.make
index 4d9b9c9854853c5931ec8204ccf3e6499f93d920..a212a34b6d9b75f49bc43607bcbcc4ed5199f6d6 100644 (file)
@@ -1,4 +1,7 @@
 
+ifneq ($(strip $(DOCUMENTATION)),no)
 HELP2MAN_GROFFS = $(addsuffix .1, $(addprefix $(outdir)/, $(HELP2MAN_EXECS)))
 
-OUT_DIST_FILES += $(HELP2MAN_GROFFS) 
+# triggers recompilations.  Ugh.
+OUT_DIST_FILES +=  # $(wildcard $(outdir)/*.1)
+endif