]> git.donarmstrong.com Git - lilypond.git/commit
Texi2html: Fix displayed text for external links
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 15:14:25 +0000 (17:14 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 15:14:25 +0000 (17:14 +0200)
commitaba80835fc3a1224a61024022a778d5ef7410718
tree4354a06b7c09da22c6292824f50547e6dee3cb41
parent98717e07a8c5e95743508966fbefafef354cfc85
Texi2html: Fix displayed text for external links

The default formatting for ext links was
  "See <a href=..>NODENAME</a> section 'SECTION' in BOOKNAME"
We only want <a href=..>NODENAME</a>, so I override the default
behavior with our much simpler one and don't call the default
handler any more
lilypond-texi2html.init