X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond-book-rules.make;h=b0cf7663b158b43c687b6749c9b0988c1bd9c223;hb=7092c5b23da1dd491011e17bc5f8d6d381d1c16c;hp=e5a03790b4ae37d9fee09a56aae7fa5303d8a122;hpb=d7c0f4263534307616c82d9b2ce6fdef9472456f;p=lilypond.git diff --git a/make/lilypond-book-rules.make b/make/lilypond-book-rules.make index e5a03790b4..b0cf7663b1 100644 --- a/make/lilypond-book-rules.make +++ b/make/lilypond-book-rules.make @@ -23,7 +23,7 @@ $(outdir)/%.tex: %.tex $(outdir)/%.tex: %.latex $(LILYPOND_BOOK_COMMAND) --pdf -o $(outdir) $< -# Add the tex => pdf rule only if we have dblatex +# Add the tex => pdf rule only if we have pdflatex ifeq (,$(findstring pdflatex,$(MISSING_OPTIONAL))) $(outdir)/%.pdf: $(outdir)/%.tex cd $(outdir) && $(PDFLATEX) $(notdir $<)