Makefile
changeset 46819 d4ba4d51f85f
parent 46753 99c0b03894ee
child 47834 d3f890e04525
equal deleted inserted replaced
46818:1977495dbbe2 46819:d4ba4d51f85f
   185         # Extracting with an explicit encoding of ISO-8859-1 will make
   185         # Extracting with an explicit encoding of ISO-8859-1 will make
   186         # xgettext "parse" and ignore them.
   186         # xgettext "parse" and ignore them.
   187 	$(PYFILESCMD) | xargs \
   187 	$(PYFILESCMD) | xargs \
   188 	  xgettext --package-name "Mercurial" \
   188 	  xgettext --package-name "Mercurial" \
   189 	  --msgid-bugs-address "<mercurial-devel@mercurial-scm.org>" \
   189 	  --msgid-bugs-address "<mercurial-devel@mercurial-scm.org>" \
   190 	  --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \
   190 	  --copyright-holder "Olivia Mackall <olivia@selenic.com> and others" \
   191 	  --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \
   191 	  --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \
   192 	  -d hg -p i18n -o hg.pot.tmp
   192 	  -d hg -p i18n -o hg.pot.tmp
   193 	$(PYTHON) i18n/posplit i18n/hg.pot.tmp
   193 	$(PYTHON) i18n/posplit i18n/hg.pot.tmp
   194         # The target file is not created before the last step. So it never is in
   194         # The target file is not created before the last step. So it never is in
   195         # an intermediate state.
   195         # an intermediate state.