]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/extract_texi_filenames.py
Merge commit 'origin/master' into dev/texi2html
[lilypond.git] / buildscripts / extract_texi_filenames.py
index 6b89954b256f89c6ce7564f523c1d6323191bf59..c85a18fb22a06eac284dc2bc3f545f9f313e7616 100755 (executable)
@@ -41,7 +41,7 @@ if not os.path.isdir (outdir):
 
 include_re = re.compile (r'@include ((?!../lily-).*?)\.texi$', re.M)
 whitespaces = re.compile (r'\s+')
-section_translation_re = re.compile (r'@(node|(?:unnumbered|appendix)(?:(?:sub){0,2}sec)?|top|chapter|(?:sub){0,2}section|(?:major|chap|(?:sub){0,2})heading|translationof) (.*?)\s*\n')
+section_translation_re = re.compile (r'^@(node|(?:unnumbered|appendix)(?:(?:sub){0,2}sec)?|top|chapter|(?:sub){0,2}section|(?:major|chap|(?:sub){0,2})heading|translationof) (.*?)\s*$', re.MULTILINE)
 
 def expand_includes (m, filename):
     filepath = os.path.join (os.path.dirname (filename), m.group(1)) + '.texi'