lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3121 in lilypond: Bad dependencies for notatio


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3121 in lilypond: Bad dependencies for notation manual appendices?
Date: Sun, 07 Jul 2013 18:07:47 +0000


Comment #2 on issue 3121 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]