]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/help2man-rules.make
* Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
[lilypond.git] / stepmake / stepmake / help2man-rules.make
index 8f90dc312a689e79b93ab0ef28fb402c0f344d14..cbb34cea985bb342bfa25a17aba629587df44040 100644 (file)
@@ -13,7 +13,7 @@ endif
 
 $(outdir)/%.1: $(outdir)/%
        echo "generating man page from --help"
-       @$(PERL) $(depth)/$(builddir)/buildscripts/$(outbase)/help2man $< > $@ || \
+       @$(PERL) $(builddir)/buildscripts/$(outbase)/help2man $< > $@ || \
        (echo ""; echo "Apparently the man pages failed to build. This is";\
        echo "no problem, since they don't contain any information anyway.";\
        echo "Please run make again, and be prepared for NO manual pages.")