Mercurial > hg-stable
changeset 8272:79983cfa7efe
Makefile: add more meta data to hg.pot
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 02 May 2009 11:44:57 +0200 |
parents | e3d3dad805f9 |
children | a9c1172a025e |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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