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