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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 12 14:42:05 EDT 2010


Author: martinl
Date: 2010-04-12 14:42:03 -0400 (Mon, 12 Apr 2010)
New Revision: 41829

Modified:
   grass/trunk/locale/Makefile
Log:
track also python files in grasslibs


Modified: grass/trunk/locale/Makefile
===================================================================
--- grass/trunk/locale/Makefile	2010-04-12 18:06:36 UTC (rev 41828)
+++ grass/trunk/locale/Makefile	2010-04-12 18:42:03 UTC (rev 41829)
@@ -28,7 +28,7 @@
 WXPYDOMAIN = grasswxpy
 DOMAINS = $(LIBDOMAIN) $(MODDOMAIN) $(WXPYDOMAIN)
 
-LIB_POTFILES = find ../lib -name '*.c' | xargs grep -l "_(\""
+LIB_POTFILES = find ../lib \( -name "*.c" -o -name "*.py" \) | xargs grep -l "_(\""
 MOD_POTFILES = find ../ -name '*.c' | grep -v '../lib' | xargs grep -l "_(\""
 WXPY_POTFILES = find ../gui/wxpython -name '*.py' | xargs grep -l "_(\""
 



More information about the grass-commit mailing list