From: Michael Schmitt Date: Sun, 25 Feb 2007 09:44:32 +0000 (+0000) Subject: when running msgfmt (from the gettext package), perform all checks and output statistics X-Git-Tag: 1.6.10~10684 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f6aad90641af92a39b16ad4fdfd2a592261207de;p=lyx.git 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 --- 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