Makefile
changeset 9079 70c707310d7a
parent 8625 34754aa62cd8
child 9278 3d9f77c03105
--- a/Makefile	Tue Jul 07 23:54:42 2009 +0200
+++ b/Makefile	Tue Jul 07 23:54:42 2009 +0200
@@ -89,7 +89,7 @@
         # Extracting with an explicit encoding of ISO-8859-1 will make
         # xgettext "parse" and ignore them.
 	echo $^ | xargs \
-	  xgettext --package-name "Mercurial" \
+	  xgettext --width 82 --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 \