summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJulien Rioux <jrioux@physics.utoronto.ca>2012-01-18 17:19:02 -0500
committerJulien Rioux <jrioux@physics.utoronto.ca>2012-01-22 15:57:05 -0500
commit40ea8df890cff88f5fa02e1b690104740feeb3c3 (patch)
tree6654521af7f97b75125bbe21cd1ce7262faaf15b /make
parent04806beb310b3494f2811898419731c2b36a4a1e (diff)
Build: Fix typo in make/lilypond-book-vars.make.
Diffstat (limited to 'make')
-rw-r--r--make/lilypond-book-vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lilypond-book-vars.make b/make/lilypond-book-vars.make
index 3627b50054..910cadc120 100644
--- a/make/lilypond-book-vars.make
+++ b/make/lilypond-book-vars.make
@@ -18,7 +18,7 @@ TELY_FILES = $(call src-wildcard,*.tely)
DOCBOOK_FILES = $(call src-wildcard,*.lyxml)
OUT_HTML_FILES = ${HTML_FILES:%.html=$(outdir)/%.html}
-OUT_HTMLY_FILES = ${HTML_FILES:%.htmly=$(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)))