]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: Properly fix internal links in the big snippets page
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 11 Aug 2008 19:59:58 +0000 (21:59 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 11 Aug 2008 19:59:58 +0000 (21:59 +0200)
commit837b179c7229b76b2ec88938115831af88199f51
tree30a60662438349ddd526f2e5a6a52b7f530f7e3f
parent625fb50ff98b6fd27138c60c84706110a53ddf95
texi2html: Properly fix internal links in the big snippets page

Don't rewrite html links to lilypond-snippets* in the snippets page.
The problem was that we used the regexp lilypond(|...), which was also
matched by lilypond-snippets. The solution (thanks to John) is to add a
negative lookahead to exclude -snippets...
buildscripts/add_html_footer.py