]> git.donarmstrong.com Git - lilypond.git/commitdiff
Directs lytex make output to logfiles release/2.15.36-1
authorPhil Holmes <mail@philholmes.net>
Fri, 6 Apr 2012 11:41:15 +0000 (12:41 +0100)
committerGraham Percival <graham@percival-music.ca>
Fri, 6 Apr 2012 17:11:59 +0000 (18:11 +0100)
Also corrects previous error of deleting compatibility mode test.

input/regression/lilypond-book/tex-compatibility-mode.lytex
make/lilypond-book-rules.make

index 933b7ec4fd7d82fbcffd231baf0ded51d8cc2c0e..aab288e7b3504e235b72706b45e27688cade59ca 100644 (file)
@@ -5,6 +5,6 @@
 
 A snippet with a deprecated option, triggering compatibility mode:
 
-\lilypond[staffsize=11,fragment]{c' e' g'}
+\lilypond[11pt,fragment]{c' e' g'}
 
 \end{document}
index 946e5a4759c61887101adf4bb8b7a6815b4b0611..d12c27ebcde1749725581a12db10403de7f0598d 100644 (file)
@@ -15,7 +15,7 @@ $(outdir)/%.html:  %.xml
 ############## LaTeX ########################
 
 $(outdir)/%.tex:  %.lytex
-       $(LILYPOND_BOOK_COMMAND) --pdf -o $(outdir) $<
+       $(buildscript-dir)/run-and-check "$(LILYPOND_BOOK_COMMAND) --pdf -o $(outdir) $<"  "$*.lytex.log"
 
 $(outdir)/%.tex:  %.tex
        $(LILYPOND_BOOK_COMMAND) --pdf -o $(outdir) $<