We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d0ef9 commit 619d6f8Copy full SHA for 619d6f8
locale/GNUmakefile
@@ -1,7 +1,7 @@
1
# Extract translatable strings from Roundup sources,
2
# update and compile all existing translations
3
#
4
-# $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 $
5
6
# tool locations
7
XPOT ?= xpot
@@ -50,7 +50,7 @@ diff:
50
cvs diff roundup.pot|grep -v '^[-+]#'|vim -Rv -
51
52
%.po: $(TEMPLATE)
53
- ${MSGMERGE} -U -w 72 --suffix=.bak $@ $<
+ ${MSGMERGE} -U --suffix=.bak $@ $<
54
55
%.mo: %.po
56
${MSGFMT} --statistics -o $@ $<
0 commit comments