]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Doc build: create lower-case html filenames."
authorGraham Percival <graham@percival-music.ca>
Thu, 12 Nov 2009 21:07:45 +0000 (21:07 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 12 Nov 2009 21:07:45 +0000 (21:07 +0000)
This reverts commit 9e4374e0b91792c0ffafc6f4bd83f74273e11349.
Sorry, I didn't mean to push this.

Documentation/lilypond-texi2html.init

index 2c664e0198bdd8e9d9f9a47345827e027d9fb963..fa4937fc4a10b6032e986c4e5e7ab926c8ef917c 100644 (file)
@@ -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;
     }
   }