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

index 6d34b258e32005aa30caca78f9010451ef051b2f..9b87f71bd3b174fccd4f656d99d37aceb2880aca 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-05  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/user: Fix links.
index 1720b33374407960ed38d0822ca0dfd74b4007ca..2e4d6d9de2ddeada48c081663de47b95ad23977e 100644 (file)
@@ -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