From ba33d5a2a04d997faee69842bf1f722ca886e707 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 18 Oct 2007 14:19:06 -0700 Subject: [PATCH] Still testing, but I need to fix something on master and I can't switch branches without committing this. :| --- Documentation/user/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 98105a17ea..1ba38e5e97 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -151,7 +151,10 @@ $(outdir)/lilypond/index.html: $(outdir)/lilypond.texi $(OUT_PNG_IMAGES) $(OUT_E mkdir -p $(dir $@) $(MAKEINFO) -I$(outdir) --output=$(outdir)/lilypond --css-include=$(top-src-dir)/Documentation/texinfo.css --html $< # we /might/ switch to texi2html if it can be fixed: -# texi2html -I $(outdir) --output=$(outdir)/lilypond --css-include=$(top-src-dir)/Documentation/texinfo.css $< +# echo "*************************************" +# echo $< +# cd $(outdir) +# texi2html --output=$(outdir)/lilypond --css-include=$(top-src-dir)/Documentation/texinfo.css $< find $(outdir)/lilypond/ -name '*'.png -o -name '*'.ly | xargs rm -f # symbolic links to save space (cd $(outdir)/lilypond/ ; ln -sf ../*.png ../*.ly . ) -- 2.39.2