From: Han-Wen Nienhuys Date: Sun, 20 Feb 2005 20:16:01 +0000 (+0000) Subject: (i18n): don't strip .PNG / X-Git-Tag: release/2.5.14~115 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b662d844cf6255236a82139983f7b6e5c947806e;p=lilypond.git (i18n): don't strip .PNG / .HTML. This should be done for specific servers only. --- diff --git a/ChangeLog b/ChangeLog index c9de4da868..14c22f7d41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-02-20 Han-Wen Nienhuys + * 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. diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index 3ccf9632de..14e2c76462 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -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 = ''