Mercurial > p > roundup > code
diff locale/GNUmakefile @ 2342:106737dbe689
show statistics for message catalogs
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Wed, 19 May 2004 17:24:52 +0000 |
| parents | 8ae58eda9331 |
| children | 00001a0e3fe5 |
line wrap: on
line diff
--- a/locale/GNUmakefile Wed May 19 17:18:19 2004 +0000 +++ b/locale/GNUmakefile Wed May 19 17:24:52 2004 +0000 @@ -1,7 +1,7 @@ # Extract translatable strings from Roundup sources, # update and compile all existing translations # -# $Id: GNUmakefile,v 1.2 2004-05-18 19:36:12 a1s Exp $ +# $Id: GNUmakefile,v 1.3 2004-05-19 17:24:52 a1s Exp $ # tool locations XPOT ?= xpot @@ -31,4 +31,4 @@ ${MSGMERGE} -U --suffix=.bak $@ $< %.mo: %.po - ${MSGFMT} -o $@ $< + ${MSGFMT} --statistics -o $@ $<
