]> git.donarmstrong.com Git - lilypond.git/commitdiff
Still testing, but I need to fix something on master and I can't
authorGraham Percival <graham@percival-music.ca>
Thu, 18 Oct 2007 21:19:06 +0000 (14:19 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:50:38 +0000 (09:50 +0100)
switch branches without committing this.  :|

Documentation/user/GNUmakefile

index 98105a17ea13b8bf8314693e0de99456a38e4fb9..1ba38e5e9751f671ecb47569645574bf4b316d28 100644 (file)
@@ -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 . )