[GRASS-SVN] r51843 - grass/trunk/locale

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 28 02:22:19 PDT 2012


Author: neteler
Date: 2012-05-28 02:22:19 -0700 (Mon, 28 May 2012)
New Revision: 51843

Modified:
   grass/trunk/locale/Makefile
Log:
always generate msg statistics (used in wxGUI)

Modified: grass/trunk/locale/Makefile
===================================================================
--- grass/trunk/locale/Makefile	2012-05-28 08:57:56 UTC (rev 51842)
+++ grass/trunk/locale/Makefile	2012-05-28 09:22:19 UTC (rev 51843)
@@ -9,6 +9,8 @@
 	@if [ "$(HAVE_NLS)" != "" ] ; then \
 		echo "Creating translations (= 'make mo')" >&2 ; \
 		$(MAKE) mo ; \
+		echo "Creating translation statistics (= 'make statistics')" >&2 ; \
+		$(MAKE) statistics ; \
 	else \
 		echo "NLS disabled." ; \
 	fi



More information about the grass-commit mailing list