]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Various updates to reduce make doc output
[lilypond.git] / Documentation / GNUmakefile
index 5f04dc880cf1297f4f37d1297e2ff161344313a5..d798d3ce85230f42973d5e1a2155924360aac00f 100644 (file)
@@ -280,8 +280,7 @@ $(outdir)/ly-grammar.txt: $(top-src-dir)/lily/parser.yy
 # compilation during install, which is a bad thing (tm).
 
 $(outdir)/internals.texi: $(LILYPOND_BINARY)
-       cd $(outdir) && $(LILYPOND_BINARY) --verbose $(top-src-dir)/ly/generate-documentation
-
+       cd $(outdir) && $(buildscript-dir)/run-and-check "$(LILYPOND_BINARY) --verbose $(top-src-dir)/ly/generate-documentation" "generate-documentation.log"
 
 ###############################################
 #  Documentation and translations maintenance #