X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Flys-to-tely.py;h=defb546683afc23b326889eccb0bbdd8ae794688;hb=f17281ba19ee591b2199cf8edb15f69d72bb772a;hp=8069deaba8a8de86f1fae9a9e8ef0e8a08fc2cfb;hpb=5060fe0b91de69a8709e28f5096afe02bc925fc3;p=lilypond.git diff --git a/buildscripts/lys-to-tely.py b/buildscripts/lys-to-tely.py index 8069deaba8..defb546683 100644 --- a/buildscripts/lys-to-tely.py +++ b/buildscripts/lys-to-tely.py @@ -62,11 +62,12 @@ if files: s = '''\input texinfo @setfilename %s.info @settitle %s -@finalout @c we do not want black boxes. @iftex @afourpaper @end iftex + +@finalout @c we do not want black boxes. @c fool ls-latex @ignore @@ -82,12 +83,12 @@ if files: s = r""" @ifhtml @html - + @end html @end ifhtml """ % n - s += "\n\n@lilypondfile[printfilename]{%s}" % n + s += "\n\n@lilypondfile[printfilename,texidoc]{%s}" % n return s files.sort () s = s + string.join (map (lambda x: name2line (x), files), "\n")