]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/lilypond-texi2html.init
Downcase most toplevel @nodes. Nicer/more stable html file names.
[lilypond.git] / Documentation / lilypond-texi2html.init
index e8393f1fc0b1d800173ce8b46c5ae2b09f5bbfd8..de2283cccd8f64ed68a71fdd4d8988c31aa91371 100644 (file)
@@ -85,6 +85,9 @@ $LY_LANGUAGES->{'ja'} = {
     'Back to Documentation Index' => 'ドキュメント インデックスに戻る',
 };
 
+$LY_LANGUAGES->{'hu'} = {
+    'Back to Documentation Index' => 'Vissza a dokumentációk jegyzékéhez',
+};
 
 sub ly_get_string () {
     my $lang = $Texi2HTML::THISDOC{current_lang};
@@ -224,7 +227,7 @@ sub load_map_file ($)
     my $mapfile = shift;
     my $node_map = ();
 
-    if (open(XREFFILE, $mapfile)) {
+    if (open(XREFFILE,'<:encoding(utf8)', $mapfile)) {
         my $line;
         while ( $line = <XREFFILE> ) {
             # parse the tab-separated entries and insert them into the map:
@@ -681,7 +684,7 @@ sub lilypond_print_toc_div ($$)
     }
     my $reldir = "";
     $reldir = "../" if ($Texi2HTML::Config::SPLIT eq 'section');
-    my $uplink = $reldir."index.${lang}html";
+    my $uplink = $reldir."Manuals.${lang}html";
 
     print $fh "<p class=\"toc_uplink\"><a href=\"$uplink\" 
          title=\"Documentation Index\">&lt;&lt; " .