]> git.donarmstrong.com Git - lilypond.git/commitdiff
PNG fix
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 10 Apr 2005 08:29:39 +0000 (08:29 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 10 Apr 2005 08:29:39 +0000 (08:29 +0000)
ChangeLog
Documentation/user/GNUmakefile

index 4fe4a575f7450ed273a16a2f23ae0c08929f8256..3901990bbc0c7c0ce55d735386d1d4e3b6bdbbb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
+       depend on all PNG images.
+
 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * GNUmakefile.in: Bugfix: also link .map files.
index 7a4e6cb9bfbbce8107ba345b0eee38181434de59..71d012209b953fe46377f32f6b3cdf78b29d6d8e 100644 (file)
@@ -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