]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/lys-to-tely.py
Lilypond-book: Add regression tests for TEX.
[lilypond.git] / scripts / build / lys-to-tely.py
index f0de9cd66b0b320e1614254bc3c1ddad594ca691..6f6ad475e47e3355188ea85c6e66fe5b1cb258de 100644 (file)
@@ -92,12 +92,13 @@ for opt in options:
 
 texi_file_re = re.compile ('.*\.i?te(ly|xi)$')
 html_file_re = re.compile ('.*\.i?htm(l)?$')
+pdf_file_re = re.compile ('.*\.i?pdf$')
 
 def name2line (n):
     if texi_file_re.match (n):
         # We have a texi include file, simply include it:
         s = r"@include %s" % os.path.basename (n)
-    if html_file_re.match (n):
+    elif html_file_re.match (n) or pdf_file_re.match (n):
         s = r"""
 @ifhtml
 @html