]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/texi-langutils.py
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / buildscripts / texi-langutils.py
index 66900268bcdaf45f1f9b993b2ebe3cd430fff29f..a2d8958f569ccca6d998bb627de609e41f8f987a 100644 (file)
@@ -31,7 +31,6 @@ intro_blurb = '''@c -*- coding: utf-8; mode: texinfo%(doclang)s -*-
 @c This file is part of %(topfile)s
 @ignore
     Translation of GIT committish: %(head_committish)s
-
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
 @end ignore
@@ -119,6 +118,7 @@ if node_blurb != '':
 if make_gettext:
        node_list_filename = 'node_list'
        node_list = open (node_list_filename, 'w')
+       node_list.write ('# -*- coding: utf-8 -*-\n')
        for texi_file in texi_files:
                process_texi (texi_file, intro_blurb, node_blurb, make_skeleton, os.path.basename (texi_file), node_list)
        for word in ('Up:', 'Next:', 'Previous:', 'Appendix ', 'Footnotes', 'Table of Contents'):