From: Jan Nieuwenhuizen Date: Sun, 10 Apr 2005 08:29:41 +0000 (+0000) Subject: PNG fix X-Git-Tag: release/2.4.6~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d5f51d3e6f000e17a51af288f62c5660e0dbf58a;p=lilypond.git PNG fix --- diff --git a/ChangeLog b/ChangeLog index 6d34b258e3..9b87f71bd3 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-05 Jan Nieuwenhuizen * Documentation/user: Fix links. diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 1720b33374..2e4d6d9de2 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -138,7 +138,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