]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: Fix translation of section titles
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Apr 2008 08:33:39 +0000 (10:33 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Apr 2008 08:33:39 +0000 (10:33 +0200)
commit70cebcb86474ab46cc7d4edec107e07cf80ad9a2
tree03ac0e3a0289d94e1ca42b9ba7313625d4f2af2d
parent57653e68f63cc5950968b0eed11cbb15c0f7c250
texi2html: Fix translation of section titles

texi2html inserts a whitespace at the beginning and the end of a
section title, i.e. "<h1> Chapter blah </h1>", while makeinfo didn't
use a space "<h1>Chapter blah</h1>". Update the regexp that extracts
the section titles accordingly to allow spaces right after <h\d> and
before </h\1>...
buildscripts/html-gettext.py