diff options
author | Phil Holmes <mail@philholmes.net> | 2012-08-31 20:36:12 +0100 |
---|---|---|
committer | Phil Holmes <mail@philholmes.net> | 2012-08-31 20:39:17 +0100 |
commit | 38b47996485336eb01d9698f3f52e36f6bb9b0af (patch) | |
tree | 7e4521fbd1dd3164297f05bf8899778aadb12f35 /make | |
parent | 236559061d0c32fcbe39492dcb444e41f2804145 (diff) |
Reduce clutter in make doc further
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 d12c27ebcd..b27aa56e14 100644 --- a/make/lilypond-book-rules.make +++ b/make/lilypond-book-rules.make @@ -52,5 +52,5 @@ $(outdir)/%.xml: %.lyxml # Add the xml => pdf rule only if we have dblatex ifeq (,$(findstring dblatex,$(MISSING_OPTIONAL))) $(outdir)/%.pdf: $(outdir)/%.xml - cd $(outdir) && $(DBLATEX) $(notdir $<) + cd $(outdir) && $(buildscript-dir)/run-and-check "$(DBLATEX) $(notdir $<)" "$*.dblatex.log" endif |