Comment #2 on issue 3121 by [email protected]: Bad dependencies for notation manual appendices?
http://code.google.com/p/lilypond/issues/detail?id=3121

In Documentation/GNUmakefile we have:
$(outdir)/internals.texi: $(LILYPOND_BINARY) $(INIT_LY_SOURCES) $(SCHEME_SOURCES)

while in make/ly-vars.make we have:
# prerequisites for all rules invoking compiled lilypond binary
ifeq ($(LILYPOND_EXTERNAL_BINARY),)
INIT_LY_SOURCES = $(wildcard $(top-src-dir)/scm/*.scm)
SCHEME_SOURCES = $(wildcard $(top-src-dir)/ly/*.ly)
endif

which should trigger regeneration of the internals.texi file (and subsequently the notation manual) whenever a ly/*.ly file or a scm/*.scm file is changed, except if LILYPOND_EXTERNAL_BINARY is defined. Do you have LILYPOND_EXTERNAL_BINARY defined?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to