]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: The top node needs to be special-cased, too (use default file name index...
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 21 Jul 2008 18:19:32 +0000 (20:19 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 21 Jul 2008 18:19:32 +0000 (20:19 +0200)
lilypond-texi2html.init

index 989a6a42c13ed7091ccf42838bee0e1175411f2e..54c00f675b91271f91826b572ae907deb64c19f4 100644 (file)
@@ -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 {