changeset 9278:3d9f77c03105

Makefile: remove non-default wrapping of hg.pot strings
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Jul 2009 02:14:30 +0200
parents 1f0085918c29
children ca143d86727c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Jul 26 02:12:53 2009 +0200
+++ b/Makefile	Sun Jul 26 02:14:30 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 --width 82 --package-name "Mercurial" \
+	  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 \