X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Flys-to-tely.py;h=6f6ad475e47e3355188ea85c6e66fe5b1cb258de;hb=2bca5f7486573ef754e92b397692eff8260def52;hp=f0de9cd66b0b320e1614254bc3c1ddad594ca691;hpb=2ee5a9e0ff9cb164fc42d2a1964f2d34cc00b9e9;p=lilypond.git diff --git a/scripts/build/lys-to-tely.py b/scripts/build/lys-to-tely.py index f0de9cd66b..6f6ad475e4 100644 --- a/scripts/build/lys-to-tely.py +++ b/scripts/build/lys-to-tely.py @@ -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