diff options
author | Julien Rioux <jrioux@physics.utoronto.ca> | 2012-02-20 08:42:31 -0500 |
---|---|---|
committer | Julien Rioux <jrioux@physics.utoronto.ca> | 2012-02-20 08:42:31 -0500 |
commit | 3fa8dfbe7c4d70010f5182f3c684f241762d9ec9 (patch) | |
tree | b0fe2be1e96c00c989f4de6759cc515c227b7e34 /make | |
parent | 1fbcdfde9bd883e77cbf8e334ec22ad366bbabf4 (diff) |
Build: Typos in make/lilypond-book-{rules,vars}.make.
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond-book-rules.make | 2 | ||||
-rw-r--r-- | make/lilypond-book-vars.make | 2 |
2 files changed, 2 insertions, 2 deletions
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 $<) diff --git a/make/lilypond-book-vars.make b/make/lilypond-book-vars.make index 910cadc120..fdf025bf6c 100644 --- a/make/lilypond-book-vars.make +++ b/make/lilypond-book-vars.make @@ -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} |