]> git.lyx.org Git - lyx.git/commitdiff
when running msgfmt (from the gettext package), perform all checks and output statistics
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 25 Feb 2007 09:44:32 +0000 (09:44 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 25 Feb 2007 09:44:32 +0000 (09:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17339 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index f1029bf9d5fc1b60c673764a5712340a50084f18..6c88a27f807991b4ff4a34fe537e5ba987377153 100644 (file)
@@ -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