diff options
author | Phil Holmes <mail@philholmes.net> | 2012-04-06 12:41:15 +0100 |
---|---|---|
committer | Phil Holmes <mail@philholmes.net> | 2012-04-06 12:45:11 +0100 |
commit | 06fc6a6114c84c89e66d39294e8984610f315096 (patch) | |
tree | 1a284da7c583c938a33621f87a4ed5481a5af0b3 /make | |
parent | 1523a68c9838549a9ca06b2965c3b5fc5b2253df (diff) |
Directs lytex make output to logfiles
Also corrects previous error of deleting compatibility mode test.
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond-book-rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
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) $< |