##// END OF EJS Templates
Makefile: wrap hg.pot strings at 82 chars...
Martin Geisler -
r9079:70c70731 default
parent child Browse files
Show More
@@ -89,7 +89,7 b' i18n/hg.pot: $(PYTHON_FILES)'
89 # Extracting with an explicit encoding of ISO-8859-1 will make
89 # Extracting with an explicit encoding of ISO-8859-1 will make
90 # xgettext "parse" and ignore them.
90 # xgettext "parse" and ignore them.
91 echo $^ | xargs \
91 echo $^ | xargs \
92 xgettext --package-name "Mercurial" \
92 xgettext --width 82 --package-name "Mercurial" \
93 --msgid-bugs-address "<mercurial-devel@selenic.com>" \
93 --msgid-bugs-address "<mercurial-devel@selenic.com>" \
94 --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \
94 --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \
95 --from-code ISO-8859-1 --join --sort-by-file \
95 --from-code ISO-8859-1 --join --sort-by-file \
General Comments 0
You need to be logged in to leave comments. Login now