From 9f6865e56ff6d8cf5bf61e226d4d3523f55b2dbf Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 12 Nov 2009 21:07:45 +0000 Subject: [PATCH] Revert "Doc build: create lower-case html filenames." This reverts commit 9e4374e0b91792c0ffafc6f4bd83f74273e11349. Sorry, I didn't mean to push this. --- Documentation/lilypond-texi2html.init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 2c664e0198..fa4937fc4a 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -357,7 +357,7 @@ sub lilypond_element_file_name($$$) $$element{doc_nr} = $docnr; $lastfilename = $filename; } - return lc($filename); + return $filename; } elsif ($type eq "top" or $type eq "toc" or $type eq "doc" or $type eq "stoc" or $type eq "foot" or $type eq "about") { return; @@ -378,10 +378,10 @@ sub lilypond_element_file_name($$$) $docnr += 1; $$element{doc_nr} = $docnr; $lastfilename = $filename; - return lc($filename); + return $filename; } else { $$element{doc_nr} = $docnr; - return lc($filename); + return $lastfilename; } } -- 2.39.5