From f6aad90641af92a39b16ad4fdfd2a592261207de Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 25 Feb 2007 09:44:32 +0000 Subject: [PATCH] when running msgfmt (from the gettext package), perform all checks and output statistics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17339 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index f1029bf9d5..6c88a27f80 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1992,7 +1992,7 @@ if build_po: print 'msgfmt does not exist. Can not process po files' else: # create a builder - env['BUILDERS']['Transfiles'] = Builder(action='$MSGFMT $SOURCE -o $TARGET',suffix='.gmo',src_suffix='.po') + env['BUILDERS']['Transfiles'] = Builder(action='$MSGFMT $SOURCE -c --statistics -o $TARGET',suffix='.gmo',src_suffix='.po') # for f in transfiles: # get filename -- 2.39.5