From: Jan Nieuwenhuizen Date: Sun, 10 Apr 2005 08:29:39 +0000 (+0000) Subject: PNG fix X-Git-Tag: release/2.5.19~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=81b0b7a4eb56b6fe7b66bc1b20137efd6a15cd74;p=lilypond.git PNG fix --- diff --git a/ChangeLog b/ChangeLog index 4fe4a575f7..3901990bbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-10 Jan Nieuwenhuizen + + * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix: + depend on all PNG images. + 2005-04-09 Jan Nieuwenhuizen * GNUmakefile.in: Bugfix: also link .map files. diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 7a4e6cb9bf..71d012209b 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -143,7 +143,7 @@ $(outdir)/lilypond.nexi: $(outdir)/lilypond-internals.texi # # The split user manual # -$(outdir)/lilypond/index.html: $(outdir)/lilypond.texi +$(outdir)/lilypond/index.html: $(outdir)/lilypond.texi $(OUT_PNG_IMAGES) mkdir -p $(dir $@) $(MAKEINFO) -I$(outdir) --output=$(outdir)/lilypond --css-include=$(abs-srcdir)/Documentation/texinfo.css --html $< find $(outdir)/lilypond/ -name '*'.png -o -name '*'.ly | xargs rm -f