]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Doc-es: update of Spacing, Staff, Text, Vocal, Wind.
[lilypond.git] / Documentation / GNUmakefile
index a3ef4bb6e7c6640249ed9244139374a09a5a2de1..44d4d04b02fe8a374f3a140a9addfe41aa585ac7 100644 (file)
@@ -7,6 +7,8 @@ depth = ..
 #############
 ### Variables
 
+OUT_DIST_FILES = $(outdir)/ly-grammar.txt
+
 NAME = documentation
 LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py)
 SUBDIRS = logo pictures misc po css topdocs \
@@ -284,7 +286,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"
 
 ###############################################