]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/texi-langutils.py
readability fixes
[lilypond.git] / buildscripts / texi-langutils.py
index eabb3e771ea311d626025016cecb45884ada5866..585816cefc04d8ba53b4a965512aa721c3c30eb2 100644 (file)
@@ -126,7 +126,7 @@ if make_gettext:
        for word in ('Up:', 'Next:', 'Previous:', 'Appendix ', 'Footnotes', 'Table of Contents'):
                node_list.write ('_(r"' + word + '")\n')
        node_list.close ()
-       os.system ('pygettext.py --no-location -o ' + output_file + ' ' + node_list_filename)
+       os.system ('xgettext -c -L Python --no-location -o ' + output_file + ' ' + node_list_filename)
 else:
        for texi_file in texi_files:
                process_texi (texi_file, intro_blurb, node_blurb, make_skeleton)