From: Reinhold Kainhofer Date: Tue, 22 Jul 2008 14:11:11 +0000 (+0200) Subject: texi2html: Oops, missed to change this variable name to its new name! X-Git-Tag: release/2.11.58-1~32^2~101 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ca147cf6a656333ba04430802b6b10b49303129;p=lilypond.git texi2html: Oops, missed to change this variable name to its new name! --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 77adfaea82..e743d6f551 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -133,7 +133,7 @@ sub texinfo_file_name($) } # 7: if name does not begin with a letter, prepend 't_g' (so it starts with a letter) if ($result !~ /^[a-zA-Z]/) { - $result = 't_g' . $str; + $result = 't_g' . $result; } # DONE return $result @@ -242,7 +242,7 @@ sub split_at_numbered_sections($$$) } return $filename; - } elsif ($type eq "top" or $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 "doc" 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 {