]> git.donarmstrong.com Git - lilypond.git/commitdiff
(i18n): don't strip .PNG /
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Feb 2005 20:16:01 +0000 (20:16 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Feb 2005 20:16:01 +0000 (20:16 +0000)
.HTML. This should be done for specific servers only.

ChangeLog
stepmake/bin/add-html-footer.py

index c9de4da8683ab493b647d946c3bd83c44752e55c..14c22f7d416ece97405f521fbf4e0321060e1ab2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
+       .HTML. This should be done for specific servers only.
+
+       * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
+       .ly image examples.
+
        * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
        in layer 0 too.
 
index 3ccf9632deff30de818339cc56dac2d48e1903f3..14e2c764620152ab8e9bcf4283d84e6e16dfd153 100644 (file)
@@ -329,8 +329,8 @@ def i18n (file_name, page):
                            LANGUAGES)
 
        # Strip .html, .png suffix for auto language selection.
-       page = re.sub ('''(href|src)=[\'"]([^/][.]*[^.:\'"]*)(.html(#[^"]*)|.png)[\'"]''',
-                      '\\1="\\2"', page)
+#      page = re.sub ('''(href|src)=[\'"]([^/][.]*[^.:\'"]*)(.html(#[^"]*)|.png)[\'"]''',
+#                     '\\1="\\2"', page)
 
        # Create language menu.
        language_menu = ''