From c0024cf9c9b5977a8ae08b602af18f4516cb5563 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 5 Nov 2000 23:03:35 +0100 Subject: [PATCH] patch::: 1.3.103.jcn5 1.3.103.jcn5 ============ * Documentation build fix: don't run LilyPond when generating plain info doc. --- Generated by janneke@gnu.org, From = lilypond-1.3.103.jcn4, To = lilypond-1.3.103.jcn5 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.103.jcn5.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure --- CHANGES | 12 +++++++++++- VERSION | 2 +- make/mudela-rules.make | 10 ++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ca75e67641..244f769b7e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ ---- ../lilypond-1.3.103.jcn2/CHANGES Fri Nov 3 14:39:30 2000 +--- ../lilypond-1.3.103.jcn4/CHANGES Sun Nov 5 21:15:23 2000 +++ b/CHANGES Sun Nov 5 23:03:35 2000 +@@ -1,3 +1,8 @@ +1.3.103.jcn5 +============ + +* Documentation build fix: don't run LilyPond when generating plain info doc. + + 1.3.103.jcn4 + ============ + --- ../lilypond-1.3.103.jcn2/CHANGES Fri Nov 3 14:39:30 2000 ++ b/CHANGES Sat Nov 4 15:09:38 2000 @@ -1,3 +1,12 @@ 1.3.103.jcn3 diff --git a/VERSION b/VERSION index 3c24a11990..abdabb66ba 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=103 -MY_PATCH_LEVEL=jcn3 +MY_PATCH_LEVEL=jcn5 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/make/mudela-rules.make b/make/mudela-rules.make index 9143c6bf45..9e0e47e6ce 100644 --- a/make/mudela-rules.make +++ b/make/mudela-rules.make @@ -11,3 +11,13 @@ $(outdir)/%.latex: %.doc $(outdir)/%.texi: %.tely cd $(outdir); LILYPONDPREFIX=$(LILYPONDPREFIX)/.. $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ --format=texi ../$< $(SUBST_TEXI_DEPS) + +# nexi: no-lily texi +# for plain info doco: don't run lily +$(outdir)/%.nexi: %.tely + cd $(outdir); LILYPONDPREFIX=$(LILYPONDPREFIX)/.. $(PYTHON) $(depth)/../scripts/mudela-book.py --no-lily -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ --format=texi ../$< + mv $(@D)/$(*F).texi $@ + $(SUBST_TEXI_DEPS) + +$(outdir)/%.info: $(outdir)/%.nexi + -$(MAKEINFO) --force --output=$@ $< -- 2.39.5