X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FGNUmakefile;h=d798d3ce85230f42973d5e1a2155924360aac00f;hb=61f11056af686fde87a1b82936cf2a073b017b88;hp=5f04dc880cf1297f4f37d1297e2ff161344313a5;hpb=0942948dca35950b6e9cd3529ada31c38360e184;p=lilypond.git diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 5f04dc880c..d798d3ce85 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -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 #