[GRASS-SVN] r36010 - grass/branches/releasebranch_6_4/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 21 09:13:59 EST 2009
Author: neteler
Date: 2009-02-21 09:13:59 -0500 (Sat, 21 Feb 2009)
New Revision: 36010
Modified:
grass/branches/releasebranch_6_4/tools/build_html_index.sh
Log:
removed replicated row
Modified: grass/branches/releasebranch_6_4/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/build_html_index.sh 2009-02-21 14:13:54 UTC (rev 36009)
+++ grass/branches/releasebranch_6_4/tools/build_html_index.sh 2009-02-21 14:13:59 UTC (rev 36010)
@@ -280,7 +280,6 @@
echo "<tr><td> <a href=\"full_index.html#g\">g.*</a> </td><td>general commands</td></tr>" >> "$FULLINDEX"
echo "<tr><td> <a href=\"full_index.html#i\">i.*</a> </td><td>imagery commands</td></tr>" >> "$FULLINDEX"
echo "<tr><td> <a href=\"full_index.html#m\">m.*</a> </td><td>miscellaneous commands</td></tr>" >> "$FULLINDEX"
-echo "<tr><td> <a href=\"full_index.html#r\">r.*</a> </td><td>raster commands</td></tr>" >> "$FULLINDEX"
echo "<tr><td> <a href=\"full_index.html#ps\">ps.*</a> </td><td>postscript commands</td></tr>" >> "$FULLINDEX"
echo "<tr><td> <a href=\"full_index.html#r\">r.*</a> </td><td>raster commands</td></tr>" >> "$FULLINDEX"
echo "<tr><td> <a href=\"full_index.html#r3\">r3.*</a> </td><td>raster3D commands</td></tr>" >> "$FULLINDEX"
More information about the grass-commit
mailing list