X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fhtml-to-texi.py;h=a7005ec150b28041022073a4259604cc8cf06970;hb=9d074d78d7c25852afa87005e21c118630f4f83b;hp=520c3ecce8d239b7cb9eb72aa9e25e02cc4268ed;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/scripts/build/html-to-texi.py b/scripts/build/html-to-texi.py index 520c3ecce8..a7005ec150 100644 --- a/scripts/build/html-to-texi.py +++ b/scripts/build/html-to-texi.py @@ -53,7 +53,7 @@ body = re.sub ('(?ms)
(.*?)(
)', r'\1', body) body = re.sub ('(?ms)(.*?)()', r'@strong{\1}', body) body = re.sub ('(?ms)(.*?)()', r'@emph{\1}', body) -body = re.sub ('(?ms) ', r'@tie{}', body) +body = re.sub ('(?ms) ', r'@tie{}', body) body = re.sub ('(?ms)\cite{(.*?)}', r'[\1]', body) body = re.sub ('(?ms)\cite{(.*?)}', r'[\1]', body)