]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Typos in make/lilypond-book-{rules,vars}.make.
authorJulien Rioux <jrioux@physics.utoronto.ca>
Mon, 20 Feb 2012 13:42:31 +0000 (08:42 -0500)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Mon, 20 Feb 2012 13:42:31 +0000 (08:42 -0500)
make/lilypond-book-rules.make
make/lilypond-book-vars.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 $<)
index 910cadc1200f6c3ab663dd0faf3ae4ab0911253e..fdf025bf6cf585acab99ca8133316fe443f04a63 100644 (file)
@@ -21,7 +21,7 @@ OUT_HTML_FILES = ${HTML_FILES:%.html=$(outdir)/%.html}
 OUT_HTMLY_FILES = ${HTMLY_FILES:%.htmly=$(outdir)/%.html}
 OUT_XML_FILES = ${XML_FILES:%.xml=$(outdir)/%.html}
 # If we have pdflatex, create the pdf, otherwise only the .tex file!
-ifeq (,$(findstring dblatex,$(MISSING_OPTIONAL)))
+ifeq (,$(findstring pdflatex,$(MISSING_OPTIONAL)))
 OUT_LYTEX_FILES = ${LYTEX_FILES:%.lytex=$(outdir)/%.pdf}
 OUT_LATEX_FILES = ${LATEX_FILES:%.latex=$(outdir)/%.pdf}
 OUT_TEX_FILES = ${TEX_FILES:%.tex=$(outdir)/%.pdf}