From: Reinhold Kainhofer Date: Sun, 24 Aug 2008 14:25:27 +0000 (+0200) Subject: texi2html: Change ids/targets for TOC, About and Overview X-Git-Tag: release/2.11.58-1~32^2~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bd0d3ef9b35f689dc13f3eb5632ac62369d5069a;p=lilypond.git texi2html: Change ids/targets for TOC, About and Overview --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index d44c4999d4..28fb2f9ef8 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -87,6 +87,12 @@ $Texi2HTML::Config::complex_format_map->{'example'} = { 'end' => q{"\n"}, }; +%Texi2HTML::config::misc_pages_targets = ( + 'Overview' => 'Overview', + 'Contents' => 'Contents', + 'About' => 'About' +); + my @section_to_filename;