From bd0d3ef9b35f689dc13f3eb5632ac62369d5069a Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 24 Aug 2008 16:25:27 +0200 Subject: [PATCH] texi2html: Change ids/targets for TOC, About and Overview --- lilypond-texi2html.init | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.39.5