From: Jan Nieuwenhuizen Date: Mon, 18 Dec 2006 16:29:52 +0000 (+0100) Subject: Add .en.html symlink hack. X-Git-Tag: release/2.11.3-1~3^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d905755acd00880fe10f4a4a2c82f77ebd4ca01;p=lilypond.git Add .en.html symlink hack. --- diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index 08ff5ff061..83c398ee9e 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -340,6 +340,9 @@ def i18n (file_name, page): else: page = page + languages + if content_negotiation and language_menu: + os.symlink (file_name, os.path.splitext (file_name)[0] + '.en.html') + return page for f in files: