]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/lilypond-book-rules.make
Merge branch 'master' into lilypond/translation
[lilypond.git] / make / lilypond-book-rules.make
index e5a03790b4ae37d9fee09a56aae7fa5303d8a122..b0cf7663b158b43c687b6749c9b0988c1bd9c223 100644 (file)
@@ -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 $<)