]> git.donarmstrong.com Git - lilypond.git/commitdiff
backport: Compatibility fix for
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 17 May 2003 12:35:17 +0000 (12:35 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 17 May 2003 12:35:17 +0000 (12:35 +0000)
new makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90
(rsn) for making binary packages; info splitting bug has been
fixed.

ChangeLog
Documentation/user/GNUmakefile

index 189349efd4b1f6e9fb84b3bae68cc95c015b7936..cd7f87be46d1ab4d4ac369ca51d857573c0c5af3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/GNUmakefile: backport: Compatibility fix for
+       new makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90
+       (rsn) for making binary packages; info splitting bug has been
+       fixed.
+
 2003-05-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * VERSION: release 1.6.10
index 559f9a60c46074d4d69e731e4357e8810c2bbcbf..0bee5808bae9c36948d36f76b7b8b9287bc84a8a 100644 (file)
@@ -60,14 +60,14 @@ extra-local-help:
 # $(outdir)/%/%.html: $(outdir)/%.texi
 $(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi
        mkdir -p $(dir $@)
-       $(MAKEINFO) --output=$@ --html $<
+       $(MAKEINFO) --output=$* --html $<
        -cp -f $(outdir)/*.png $(outdir)/lilypond
        -cp -f $(outdir)/lilypond/index.html $@
        $(deep-footify) $(shell find $(outdir)/$(*F)/*.html)
 
 $(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi
        mkdir -p $(dir $@)
-       $(MAKEINFO) --output=$@ --html $<
+       $(MAKEINFO) --output=$* --html $<
        -cp -f $(outdir)/*.png $(outdir)/lilypond-internals
        -cp -f $(outdir)/lilypond-internals/index.html $@
        $(deep-footify) $(shell find $(outdir)/$(*F)/*.html)