diff locale/GNUmakefile @ 3593:3d9e1906ba58

don't wrap po files at position 72
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Sat, 04 Mar 2006 09:04:29 +0000
parents 782287e01b99
children 800bc51a9c8e
line wrap: on
line diff
--- a/locale/GNUmakefile	Sat Mar 04 08:51:32 2006 +0000
+++ b/locale/GNUmakefile	Sat Mar 04 09:04:29 2006 +0000
@@ -1,7 +1,7 @@
 # Extract translatable strings from Roundup sources,
 # update and compile all existing translations
 #
-# $Id: GNUmakefile,v 1.9 2006-02-28 05:53:04 a1s Exp $
+# $Id: GNUmakefile,v 1.10 2006-03-04 09:04:29 a1s Exp $
 
 # tool locations
 XPOT ?= xpot
@@ -50,7 +50,7 @@
 	cvs diff roundup.pot|grep -v '^[-+]#'|vim -Rv -
 
 %.po: $(TEMPLATE)
-	${MSGMERGE} -U -w 72 --suffix=.bak $@ $<
+	${MSGMERGE} -U --suffix=.bak $@ $<
 
 %.mo: %.po
 	${MSGFMT} --statistics -o $@ $<

Roundup Issue Tracker: http://roundup-tracker.org/