]> git.donarmstrong.com Git - lilypond.git/commitdiff
(re_dict): Only fix texinfo @mbinclude
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 23 Sep 2003 15:47:48 +0000 (15:47 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 23 Sep 2003 15:47:48 +0000 (15:47 +0000)
regexp for DOS/Windows, we are too paranoid to fix others.

ChangeLog
scripts/lilypond-book.py

index d2dc2dbe9850de9f236197cf4e4190e37677e611..4b3bc3dce05caef33c33da215fe35478e1daf6a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
+       regexp for DOS/Windows, we are too paranoid to fix others.
+
 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/parser.yy (bass_mod): bass figure alterations are semi
index 8a2b76ac6c06f9116a38f1c234c9f3a76a4ccf7d..091a1f6e13e710294cdcb5d55943ddfd95b9a477 100644 (file)
@@ -553,7 +553,7 @@ re_dict = {
        # why do we have distinction between @mbinclude and @include?
 
        'texi': {
-               'include':  '(?m)^[^%\n]*?(?P<match>@mbinclude[ \n\t]+(?P<filename>[^\t \n]*))',
+               'include':  '(?m)^[^%\n]*?(?P<match>@mbinclude\s+(?P<filename>\S*))',
                'input': no_match,
                'header': no_match,
                'preamble-end': no_match,