Skip to content

Commit dd026b3

Browse files
author
Alexander Smishlajev
committed
show statistics for message catalogs
1 parent f601366 commit dd026b3

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.2 2004-05-18 19:36:12 a1s Exp $
4+
# $Id: GNUmakefile,v 1.3 2004-05-19 17:24:52 a1s Exp $
55

66
# tool locations
77
XPOT ?= xpot
@@ -31,4 +31,4 @@ $(TEMPLATE):
3131
${MSGMERGE} -U --suffix=.bak $@ $<
3232

3333
%.mo: %.po
34-
${MSGFMT} -o $@ $<
34+
${MSGFMT} --statistics -o $@ $<

0 commit comments

Comments
 (0)