[GRASS-SVN] r49894 - grass/trunk/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 24 18:10:00 EST 2011


Author: martinl
Date: 2011-12-24 15:10:00 -0800 (Sat, 24 Dec 2011)
New Revision: 49894

Modified:
   grass/trunk/scripts/g.extension/g.extension.html
Log:
g.extension/manual: note g.extension.rebuild.all


Modified: grass/trunk/scripts/g.extension/g.extension.html
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.html	2011-12-24 23:04:30 UTC (rev 49893)
+++ grass/trunk/scripts/g.extension/g.extension.html	2011-12-24 23:10:00 UTC (rev 49894)
@@ -4,12 +4,15 @@
 extensions from GRASS Addons SVN repository into the local GRASS
 installation.
 
-<p>Re-running the script on an installed GRASS Addons re-installs
-the requested extension which may include updates.
+<p>Re-running <em>g.extension</em> on an installed GRASS Addons
+extension re-installs the requested extension which may include
+updates. All locally installed GRASS Addons extensions can be
+re-installed
+by <em><a href="g.extension.rebuild.all.html">g.extension.rebuild.all</a></em>.
 
 <h2>EXAMPLES</h2>
 
-Download and install <em>i.landsat.toar</em> into current GRASS installation:
+Download and install <em>i.points.auto</em> into current GRASS installation
 
 <div class="code"><pre>
 g.extension extension=i.points.auto
@@ -21,9 +24,17 @@
 g.extension extension=i.points.auto operation=remove
 </pre></div>
 
+<h2>SEE ALSO</h2>
+
+<em>
+  <a href="g.extension.rebuild.all.html">g.extension.rebuild.all</a>
+</em>
+
 <h2>AUTHOR</h2>
 
 Markus Neteler<br>
-Upgraded for GRASS 7 by Martin Landa, CTU in Prague, Czech Republic
+<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin
+Landa</a>, <a href="http://www.cvut.cz">Czech Technical University in
+Prague</a>, Czech Republic
 
 <p><i>Last changed: $Date$</i>



More information about the grass-commit mailing list