From fac6de14fc23fbda2d088ff193f9f1768858a8c0 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 21 Jul 2008 20:19:32 +0200 Subject: [PATCH] texi2html: The top node needs to be special-cased, too (use default file name index.html) --- lilypond-texi2html.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5