From: Reinhold Kainhofer Date: Tue, 30 Sep 2008 16:28:46 +0000 (+0200) Subject: Buildsystem: Fix the footer line to only one line for bugs and suggestions. X-Git-Tag: release/2.11.61-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=33f406513d3853b8a96e34b1aeac89bc45bab34b;p=lilypond.git Buildsystem: Fix the footer line to only one line for bugs and suggestions. --- diff --git a/buildscripts/postprocess_html.py b/buildscripts/postprocess_html.py index d7bf892dea..916249886f 100644 --- a/buildscripts/postprocess_html.py +++ b/buildscripts/postprocess_html.py @@ -34,21 +34,18 @@ header = r""" footer = ''' ''' footer_name_version = _doc ('This page is for %(package_name)s-%(package_version)s (%(branch_str)s).') -footer_report_errors = _doc ('Report errors to %(mail_address)s.') # ugh, must not have "_doc" in strings because it is naively replaced with "_" in hacked gettext process -footer_suggest_docs = _doc ('Your suggestions for the documentation are welcome.') +footer_report_links = _doc ('Your suggestions for the documentation are welcome, please report errors to our bug list.') + mail_address = 'http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs' suggest_Docs_url = 'http://lilypond.org/web/devel/participating/documentation-adding' @@ -311,8 +308,7 @@ def process_html_files (package_name = '', # so only one '%' formatting pass is needed later for e in subst: subst[e]['footer_name_version'] = subst[e]['footer_name_version'] % subst[e] - subst[e]['footer_report_errors'] = subst[e]['footer_report_errors'] % subst[e] - subst[e]['footer_suggest_docs'] = subst[e]['footer_suggest_docs'] % subst[e] + subst[e]['footer_report_links'] = subst[e]['footer_report_links'] % subst[e] for prefix, ext_list in pages_dict.items (): for lang_ext in ext_list: