From: Reinhold Kainhofer Date: Mon, 21 Jul 2008 18:19:32 +0000 (+0200) Subject: texi2html: The top node needs to be special-cased, too (use default file name index... X-Git-Tag: release/2.11.58-1~32^2~106 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fac6de14fc23fbda2d088ff193f9f1768858a8c0;p=lilypond.git texi2html: The top node needs to be special-cased, too (use default file name index.html) --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 989a6a42c1..54c00f675b 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -240,7 +240,7 @@ sub split_at_numbered_sections($$$) } return $filename; - } elsif ($type eq "toc" or $type eq "stoc" or $type eq "foot" or $type eq "about") { + } elsif ($type eq "top" or $type eq "toc" or $type eq "stoc" or $type eq "foot" or $type eq "about") { # TOC, footer, about etc. are called with undefined $element and $type == "toc"|"stoc"|"foot"|"about" return; } else {