From: Han-Wen Nienhuys Date: Fri, 10 Mar 2006 23:44:26 +0000 (+0000) Subject: ($(outdir)/lilypond.html): X-Git-Tag: release/2.7.39~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=544f40d5591b39298881953d1de235aa405c540b;p=lilypond.git ($(outdir)/lilypond.html): unsplit man also needs images. --- diff --git a/ChangeLog b/ChangeLog index f13809bd87..b5112aee06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-11 Han-Wen Nienhuys + * 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. diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 4f4b96708c..f702049383 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -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 $< #