Browse Source

g.extension/manual: note g.extension.rebuild.all

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49894 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
ef5f65143c
1 changed files with 15 additions and 4 deletions
  1. 15 4
      scripts/g.extension/g.extension.html

+ 15 - 4
scripts/g.extension/g.extension.html

@@ -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 @@ Remove locally installed extension
 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>