]> 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 754e88c5ef30210e1e1f00d49fe8e1ab64ac747f..b0cf7663b158b43c687b6749c9b0988c1bd9c223 100644 (file)
@@ -5,6 +5,9 @@
 $(outdir)/%.html:  %.html
        $(LILYPOND_BOOK_COMMAND) -o $(outdir) $<
 
+$(outdir)/%.html:  %.htmly
+       $(LILYPOND_BOOK_COMMAND) -o $(outdir) $<
+
 $(outdir)/%.html:  %.xml
        $(LILYPOND_BOOK_COMMAND) -o $(outdir) $<
 
@@ -20,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 $<)