# HG changeset patch # User Martin Geisler # Date 1241257497 -7200 # Node ID 79983cfa7efeacad5c0cd886d1d9fdee4ac14e93 # Parent e3d3dad805f9f7c5f17c7a80cd659ecf25238ca1 Makefile: add more meta data to hg.pot diff -r e3d3dad805f9 -r 79983cfa7efe Makefile --- a/Makefile Fri May 01 11:32:19 2009 +0200 +++ b/Makefile Sat May 02 11:44:57 2009 +0200 @@ -90,7 +90,10 @@ # translation. Extracting with an explicit encoding of # ISO-8859-1 will make xgettext "parse" and ignore them. echo $^ | xargs \ - xgettext --from-code ISO-8859-1 --join --sort-by-file \ + xgettext --package-name "Mercurial" \ + --msgid-bugs-address "" \ + --copyright-holder "Matt Mackall and others" \ + --from-code ISO-8859-1 --join --sort-by-file \ -d hg -p i18n -o hg.pot %.po: i18n/hg.pot