]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: Don't split the index, even if it is quite long
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 30 Sep 2008 21:53:51 +0000 (23:53 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 30 Sep 2008 22:01:13 +0000 (00:01 +0200)
lilypond-texi2html.init

index a02ecf71dd0551c9fdef01d8b43b79c4a178044c..caab10ec7efefa75c2b4bb561e49b447ee188e50 100644 (file)
@@ -82,6 +82,7 @@ package Texi2HTML::Config;
 $Texi2HTML::Config::USE_ACCESSKEY = 1;
 $Texi2HTML::Config::USE_LINKS     = 1;
 $Texi2HTML::Config::USE_REL_REV   = 1;
+$Texi2HTML::Config::SPLIT_INDEX   = 0;
 $Texi2HTML::Config::SEPARATED_FOOTNOTES = 0; # Print footnotes on same page, not separated
 if ($Texi2HTML::Config::SPLIT eq 'section') {
   $Texi2HTML::Config::element_file_name    = \&lilypond_element_file_name;