From: Graham Percival Date: Thu, 18 Oct 2007 21:19:06 +0000 (-0700) Subject: Still testing, but I need to fix something on master and I can't X-Git-Tag: release/2.11.35-1~46^2~39 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba33d5a2a04d997faee69842bf1f722ca886e707;p=lilypond.git Still testing, but I need to fix something on master and I can't switch branches without committing this. :| --- 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 . )