Makefile: add more meta data to hg.pot
authorMartin Geisler <mg@lazybytes.net>
Sat, 02 May 2009 11:44:57 +0200
changeset 8272 79983cfa7efe
parent 8271 e3d3dad805f9
child 8273 a9c1172a025e
Makefile: add more meta data to hg.pot
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 "<mercurial-devel@selenic.com>" \
+	  --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \
+	  --from-code ISO-8859-1 --join --sort-by-file \
 	  -d hg -p i18n -o hg.pot
 
 %.po: i18n/hg.pot