]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web build: sane names for English html.
authorGraham Percival <graham@percival-music.ca>
Sun, 23 Aug 2009 00:35:43 +0000 (01:35 +0100)
committerGraham Percival <graham@percival-music.ca>
Sun, 23 Aug 2009 06:57:28 +0000 (07:57 +0100)
Documentation/web-texi2html.init

index f879adc9804a9d7a4de7cb1f45e52152d6e8c59d..881cac51a557b744aae41ab277a8716f2a255695 100644 (file)
@@ -124,9 +124,9 @@ $Texi2HTML::Config::SEPARATED_FOOTNOTES = 0; # Print footnotes on same page, not
 # FIXME: creates duplicate anchors, which causes Opera to barf;
 #       should be fixed in lilypond-texi2html.init too
 # Uhm, what about a bug report to Opera?  We need sane names here.
-if ($Texi2HTML::Config::SPLIT eq 'section') {
+#if ($Texi2HTML::Config::SPLIT eq 'section') {
   $Texi2HTML::Config::element_file_name    = \&lilypond_element_file_name;
-}
+#}
 $Texi2HTML::Config::element_target_name  = \&lilypond_element_target_name;
 $default_print_element_header = $Texi2HTML::Config::print_element_header;
 $Texi2HTML::Config::print_element_header = \&lilypond_print_element_header;