]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/lilypond.html):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Mar 2006 23:44:26 +0000 (23:44 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Mar 2006 23:44:26 +0000 (23:44 +0000)
unsplit man also  needs images.

ChangeLog
Documentation/user/GNUmakefile

index f13809bd8793066b5e801876884537965bbabada..b5112aee068729ed9014d0a0a818eab984fe147c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
+       unsplit man also  needs images.
+
        * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
 
        * VERSION (PACKAGE_NAME): 2.7.38 released.
index 4f4b96708ceb6f92f5f9f3aa0d500698c7f49cb8..f7020493837ef4544d605548e999d0543dbfdda7 100644 (file)
@@ -158,7 +158,7 @@ $(outdir)/lilypond/index.html: $(outdir)/lilypond.texi $(OUT_PNG_IMAGES)
 #
 # One big page manual
 #
-$(outdir)/lilypond.html: $(outdir)/lilypond.texi
+$(outdir)/lilypond.html: $(outdir)/lilypond.texi $(OUT_PNG_IMAGES)
        $(MAKEINFO) -I$(outdir) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html --no-split --no-headers $<
 
 #