From: Jan Nieuwenhuizen Date: Sat, 17 May 2003 12:35:17 +0000 (+0000) Subject: backport: Compatibility fix for X-Git-Tag: release/1.6.11~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d22ae40b4a65b2663d4a2a62066f52e47e282320;p=lilypond.git 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. --- diff --git a/ChangeLog b/ChangeLog index 189349efd4..cd7f87be46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-17 Jan Nieuwenhuizen + + * 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 * VERSION: release 1.6.10 diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 559f9a60c4..0bee5808ba 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -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)