Skip to content

Commit 619d6f8

Browse files
author
Alexander Smishlajev
committed
don't wrap po files at position 72
1 parent 87d0ef9 commit 619d6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Extract translatable strings from Roundup sources,
22
# update and compile all existing translations
33
#
4-
# $Id: GNUmakefile,v 1.9 2006-02-28 05:53:04 a1s Exp $
4+
# $Id: GNUmakefile,v 1.10 2006-03-04 09:04:29 a1s Exp $
55

66
# tool locations
77
XPOT ?= xpot
@@ -50,7 +50,7 @@ diff:
5050
cvs diff roundup.pot|grep -v '^[-+]#'|vim -Rv -
5151

5252
%.po: $(TEMPLATE)
53-
${MSGMERGE} -U -w 72 --suffix=.bak $@ $<
53+
${MSGMERGE} -U --suffix=.bak $@ $<
5454

5555
%.mo: %.po
5656
${MSGFMT} --statistics -o $@ $<

0 commit comments

Comments
 (0)