From: Phil Holmes Date: Fri, 6 Apr 2012 11:41:15 +0000 (+0100) Subject: Directs lytex make output to logfiles X-Git-Tag: release/2.15.37-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=06fc6a6114c84c89e66d39294e8984610f315096;p=lilypond.git Directs lytex make output to logfiles Also corrects previous error of deleting compatibility mode test. --- diff --git a/input/regression/lilypond-book/tex-compatibility-mode.lytex b/input/regression/lilypond-book/tex-compatibility-mode.lytex index 933b7ec4fd..aab288e7b3 100644 --- a/input/regression/lilypond-book/tex-compatibility-mode.lytex +++ b/input/regression/lilypond-book/tex-compatibility-mode.lytex @@ -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} diff --git a/make/lilypond-book-rules.make b/make/lilypond-book-rules.make index 946e5a4759..d12c27ebcd 100644 --- a/make/lilypond-book-rules.make +++ b/make/lilypond-book-rules.make @@ -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) $<