X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond-book-rules.make;fp=make%2Flilypond-book-rules.make;h=b27aa56e14ca1e8e0b429e1981a0b7c46bfc3ee2;hb=38b47996485336eb01d9698f3f52e36f6bb9b0af;hp=d12c27ebcde1749725581a12db10403de7f0598d;hpb=236559061d0c32fcbe39492dcb444e41f2804145;p=lilypond.git 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