From a2c5459e0ee967add02d425aafe33c6cdae06bf5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 23 Aug 2009 07:56:28 +0100 Subject: [PATCH] Web build: restore English html names. Spent 2 hours trying to get translations working. Will continue to work later. --- Documentation/web-texi2html.init | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/web-texi2html.init b/Documentation/web-texi2html.init index 881cac51a5..dc43e52fbb 100644 --- a/Documentation/web-texi2html.init +++ b/Documentation/web-texi2html.init @@ -1,6 +1,12 @@ #!/usr/bin/env perl # -*- coding: utf-8; -*- +# this file is a complete mess. Some things are commented out +# because that's the only way it works. About 70% of the code in +# this file is never called. All in all, it's in drastic need of +# a complete review/editing, but we don't have the time right now. + + ### WTF, perl cannot read a file? ###use File::Slurp qw( read_file ); @@ -125,7 +131,7 @@ $Texi2HTML::Config::SEPARATED_FOOTNOTES = 0; # Print footnotes on same page, not # 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') { - $Texi2HTML::Config::element_file_name = \&lilypond_element_file_name; +# $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; -- 2.39.5