From 544f40d5591b39298881953d1de235aa405c540b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 10 Mar 2006 23:44:26 +0000 Subject: [PATCH] ($(outdir)/lilypond.html): unsplit man also needs images. --- ChangeLog | 3 +++ Documentation/user/GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 $< # -- 2.39.5