]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/help2man-rules.make
($(outdir)/%.1): build man
[lilypond.git] / stepmake / stepmake / help2man-rules.make
index bf059e4a682f0208063a1d729f97f7c016b91bd6..10b668d36a5e820685341b6efa7a0f024b7e10a7 100644 (file)
@@ -23,9 +23,4 @@ endif
 HELP2MAN_COMMAND = $(PERL) $(builddir)/buildscripts/$(outbase)/help2man $< > $@
 
 $(outdir)/%.1: $(outdir)/%
-       @echo "generating man page from $< --help"
-       @echo "$(HELP2MAN_COMMAND)"
-       @$(HELP2MAN_COMMAND) || \
-       (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.")
+       $(HELP2MAN_COMMAND)