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 1df8cf0 commit a52e979Copy full SHA for a52e979
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.8 2004-06-15 05:29:36 a1s Exp $
+# $Id: GNUmakefile,v 1.9 2006-02-28 05:53:04 a1s Exp $
5
6
# tool locations
7
XPOT ?= xpot
@@ -45,8 +45,12 @@ template:
45
--copyright-holder="See Roundup README.txt" \
46
-o $(TEMPLATE) $(SOURCES)
47
48
+# helps to check template file before check in
49
+diff:
50
+ cvs diff roundup.pot|grep -v '^[-+]#'|vim -Rv -
51
+
52
%.po: $(TEMPLATE)
- ${MSGMERGE} -U --suffix=.bak $@ $<
53
+ ${MSGMERGE} -U -w 72 --suffix=.bak $@ $<
54
55
%.mo: %.po
56
${MSGFMT} --statistics -o $@ $<
0 commit comments