]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Makefile: Add dependencies for internals.itexi
[lilypond.git] / Documentation / GNUmakefile
index a3ef4bb6e7c6640249ed9244139374a09a5a2de1..924b391cbbe27bac37597458fffad054c5f88e15 100644 (file)
@@ -284,7 +284,7 @@ $(outdir)/ly-grammar.txt: $(top-src-dir)/lily/parser.yy
 # of internals every time.  however, this triggers
 # compilation during install, which is a bad thing (tm).
 
-$(outdir)/internals.texi: $(LILYPOND_BINARY)
+$(outdir)/internals.texi: $(LILYPOND_BINARY) $(INIT_LY_SOURCES) $(SCHEME_SOURCES)
        cd $(outdir) && $(buildscript-dir)/run-and-check "$(LILYPOND_BINARY) --verbose $(top-src-dir)/ly/generate-documentation" "generate-documentation.log"
 
 ###############################################