From 81b0b7a4eb56b6fe7b66bc1b20137efd6a15cd74 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 10 Apr 2005 08:29:39 +0000 Subject: [PATCH] PNG fix --- ChangeLog | 5 +++++ Documentation/user/GNUmakefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2