]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: Change ids/targets for TOC, About and Overview
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 24 Aug 2008 14:25:27 +0000 (16:25 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 24 Aug 2008 14:25:27 +0000 (16:25 +0200)
lilypond-texi2html.init

index d44c4999d41668cf2832d51e597de1b353152c19..28fb2f9ef8d2c86200e35adfc99ae9452b499aef 100644 (file)
@@ -87,6 +87,12 @@ $Texi2HTML::Config::complex_format_map->{'example'} = {
   'end' => q{"</pre></blockquote>\n"},
  };
 
+%Texi2HTML::config::misc_pages_targets = (
+   'Overview' => 'Overview',
+   'Contents' => 'Contents',
+   'About' => 'About'
+);
+
 
 my @section_to_filename;