[GRASS-SVN] r30039 - grass/trunk/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 9 16:44:46 EST 2008
Author: martinl
Date: 2008-02-09 16:44:46 -0500 (Sat, 09 Feb 2008)
New Revision: 30039
Modified:
grass/trunk/tools/build_html_index.sh
Log:
Note wxGUI manual page in Help/Full index
Modified: grass/trunk/tools/build_html_index.sh
===================================================================
--- grass/trunk/tools/build_html_index.sh 2008-02-09 21:39:06 UTC (rev 30038)
+++ grass/trunk/tools/build_html_index.sh 2008-02-09 21:44:46 UTC (rev 30039)
@@ -6,7 +6,7 @@
#exclude following list of modules from help index:
# escape it properly:
## TODO: better fix this in include/Make/Html.make, see bug #5361
-EXCLUDEHTML="v\.topo\.check\|i\.ask\|i\.find\|photo\.elev\|photo\.target\|helptext\.html\|r\.watershed\.ram\|r\.watershed\.seg"
+EXCLUDEHTML="v\.topo\.check\|i\.ask\|i\.find\|photo\.elev\|photo\.target\|helptext\.html\|r\.watershed\.ram\|r\.watershed\.seg\|wxGUI.*html"
############# nothing to configure below ############
#fetch the ARCH for store the files:
@@ -45,7 +45,8 @@
<h2>GRASS GIS $GRASSVERSION Reference Manual</h2>
-<p>Geographic Resources Analysis Support System, commonly referred to as
+<p>
+<em>Geographic Resources Analysis Support System</em>, commonly referred to as
<a href=\"http://grass.osgeo.org\">GRASS</a>,
is a Geographic Information System (GIS) used for geospatial data management
and analysis, image processing, graphics/maps production, spatial modeling,
@@ -179,6 +180,7 @@
echo "<tr><td> v.* </td><td>vector commands</td></tr>" >> $FULLINDEX
echo "<tr><td> <a href=\"gis.m.html\">gis.m</a> </td><td>GUI frontend to GIS menus and display</td></tr>" >> $FULLINDEX
echo "<tr><td> <a href=\"nviz.html\">nviz</a> </td><td>visualization suite</td></tr>" >> $FULLINDEX
+echo "<tr><td> <a href=\"wxGUI.html\">wxGUI</a> </td><td>wxPython-based GUI frontend</td></tr>" >> $FULLINDEX
echo "<tr><td> <a href=\"xganim.html\">xganim</a> </td><td>raster map slideshow</td></tr>" >> $FULLINDEX
echo "</table>" >> $FULLINDEX
@@ -258,6 +260,7 @@
#extra stuff for 'nviz' and 'xganim' and GUIs:
echo "<li><a href=\"gis.m.html\">gis.m</a> and <a href=\"d.m.html\">d.m</a> GIS managers</li>" >> $FILENAME
echo "<li><a href=\"nviz.html\">nviz</a> visualization and animation tool</li>" >> $FILENAME
+echo "<li><a href=\"wxGUI.html\">wxGUI</a> wxPython-based GUI frontend</li>" >> $FILENAME
echo "<li><a href=\"xganim.html\">xganim</a> tool for animating a raster map series</li>" >> $FILENAME
echo "</ul>" >> $FILENAME
More information about the grass-commit
mailing list