[GRASSweb-list] markus: web/devel i18n_stats.inc,1.14,1.15

grass at intevation.de grass at intevation.de
Fri May 19 14:46:18 EDT 2006


Author: markus

Update of /grassrepository/web/devel
In directory doto:/tmp/cvs-serv24879

Modified Files:
	i18n_stats.inc 
Log Message:
also process tcl files

Index: i18n_stats.inc
===================================================================
RCS file: /grassrepository/web/devel/i18n_stats.inc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- i18n_stats.inc	18 Jan 2006 08:49:58 -0000	1.14
+++ i18n_stats.inc	19 May 2006 18:46:16 -0000	1.15
@@ -72,8 +72,10 @@
 // $file = "../grass61/binary/linux/snapshot/i18n_stats.txt";
 // Präprocessing: cat i18n_stats.txt|grep mod > out.mods
 // Präprocessing: cat i18n_stats.txt|grep lib > out.libs
+// Pr�rocessing: cat i18n_stats.txt|gretcl > out.tcl
 $file_libs="../grass61/binary/linux/snapshot/i18n_stats_libs.txt";
 $file_mods="../grass61/binary/linux/snapshot/i18n_stats_mods.txt";
+$file_tcl="../grass61/binary/linux/snapshot/i18n_stats_tcl.txt";
 
 ?>
 
@@ -93,6 +95,9 @@
 
 echo "<h2>GRASSMODS</h2>\n";
 generate_table($file_mods);
+
+echo "<h2>GRASSTCL</h2>\n";
+generate_table($file_tcl);
 
 ?>
 





More information about the grass-web mailing list