From 45e75ec196d9766d5063c62f3487b96c8d76d681 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 11 Feb 2005 13:06:28 +0000 Subject: [PATCH] (do_file): do i18n only once. --- lily/font-config.cc | 1 + stepmake/bin/add-html-footer.py | 10 +--------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/lily/font-config.cc b/lily/font-config.cc index 5c8fa806e5..0fde98731d 100644 --- a/lily/font-config.cc +++ b/lily/font-config.cc @@ -10,6 +10,7 @@ #include "config.hh" #ifdef HAVE_PANGO_FT2 + #include #include "main.hh" diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index ec7cac2ab9..3ccf9632de 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -200,14 +200,6 @@ def do_file (f): s = gulp_file (f) s = re.sub ('%', '%%', s) - if changelog_file: - changes = gulp_file (changelog_file) - # urg? - #m = re.search ('^\\\\*\\\\*', changes) - m = re.search (r'\*\*\*', changes) - if m: - changes = changes[:m.start (0)] - s = re.sub ('top_of_ChangeLog', '
\n'+ changes  + '\n
\n', s) if re.search (header_tag, s) == None: body = '' @@ -235,7 +227,7 @@ def do_file (f): else: s = s + footer - s = i18n (f, s) + s = i18n (f, s) #URUGRGOUSNGUOUNRIU index = index_url -- 2.39.5