[GRASS-SVN] r36086 - grass/trunk/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 25 04:52:32 EST 2009


Author: hamish
Date: 2009-02-25 04:52:32 -0500 (Wed, 25 Feb 2009)
New Revision: 36086

Modified:
   grass/trunk/tools/build_html_index.sh
Log:
reorder skip list; i.ask is gone

Modified: grass/trunk/tools/build_html_index.sh
===================================================================
--- grass/trunk/tools/build_html_index.sh	2009-02-25 09:49:52 UTC (rev 36085)
+++ grass/trunk/tools/build_html_index.sh	2009-02-25 09:52:32 UTC (rev 36086)
@@ -4,16 +4,15 @@
 # Markus Neteler, 2003, 2004, 2005, 2006
 
 
-## TODO: better fix this in include/Make/Html.make, see bug #5361
+## TODO: better fix this in include/Make/Html.make, see bug RT #5361
 
 #exclude following list of modules from help index:
 EXCLUDEMODS="\
-v.topo.check \
-i.ask \
 i.find \
-helptext.html \
 r.watershed.ram \
 r.watershed.seg \
+v.topo.check \
+helptext.html \
 wxGUI.*"
 
 # these modules don't use G_parser()



More information about the grass-commit mailing list