Mercurial > hg
comparison Makefile @ 30890:22a4f664c1a5 stable
misc: replace domain of mercurial-devel ML address by mercurial-scm.org
This patch also adds new check-code.py pattern to detect invalid usage
of "mercurial-devel@selenic.com".
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Sat, 11 Feb 2017 00:23:55 +0900 |
parents | 06b17f6c6559 |
children | e4492d55fb66 |
comparison
equal
deleted
inserted
replaced
30889:4acf569facef | 30890:22a4f664c1a5 |
---|---|
139 # parse them even though they are not marked for translation. | 139 # parse them even though they are not marked for translation. |
140 # Extracting with an explicit encoding of ISO-8859-1 will make | 140 # Extracting with an explicit encoding of ISO-8859-1 will make |
141 # xgettext "parse" and ignore them. | 141 # xgettext "parse" and ignore them. |
142 echo $(PYFILES) | xargs \ | 142 echo $(PYFILES) | xargs \ |
143 xgettext --package-name "Mercurial" \ | 143 xgettext --package-name "Mercurial" \ |
144 --msgid-bugs-address "<mercurial-devel@selenic.com>" \ | 144 --msgid-bugs-address "<mercurial-devel@mercurial-scm.org>" \ |
145 --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \ | 145 --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \ |
146 --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \ | 146 --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \ |
147 -d hg -p i18n -o hg.pot.tmp | 147 -d hg -p i18n -o hg.pot.tmp |
148 $(PYTHON) i18n/posplit i18n/hg.pot.tmp | 148 $(PYTHON) i18n/posplit i18n/hg.pot.tmp |
149 # The target file is not created before the last step. So it never is in | 149 # The target file is not created before the last step. So it never is in |