[GRASS-SVN] r39233 - grass/trunk/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 17 21:14:17 EDT 2009
Author: hamish
Date: 2009-09-17 21:14:17 -0400 (Thu, 17 Sep 2009)
New Revision: 39233
Modified:
grass/trunk/tools/module_synopsis.sh
Log:
add wxGUI to TOC; minor tweaks (merge from devbr6)
Modified: grass/trunk/tools/module_synopsis.sh
===================================================================
--- grass/trunk/tools/module_synopsis.sh 2009-09-18 01:10:10 UTC (rev 39232)
+++ grass/trunk/tools/module_synopsis.sh 2009-09-18 01:14:17 UTC (rev 39233)
@@ -66,6 +66,9 @@
python "$MDPY" commands | sed -e 's/ | /|/' -e 's/[ -].*|/|/' \
| sort -u > "$TMP.menu_hierarchy"
+# for running with GRASS 6.4 after generating with GRASS 6.5.
+#\cp "$TMP.menu_hierarchy" "$GISBASE/etc/gui/menu_hierarchy.txt"
+#\cp "$GISBASE/etc/gui/menu_hierarchy.txt" "$TMP.menu_hierarchy"
### given a module name return where it is in the menu tree
find_menu_hierarchy()
@@ -215,18 +218,18 @@
<h4>Command types:</h4>
<ul>
-<li> d.* - <a href="#d">display commands</a>
-<li> db.* - <a href="#db">database</a> commands
-<li> g.* - <a href="#g">general</a> commands
-<li> i.* - <a href="#i">imagery</a> commands
-<li> m.* - <a href="#m">miscellanous</a> commands
-<li> ps.* - <a href="#ps">PostScript</a> commands
-<li> r.* - <a href="#r">raster</a> commands
-<li> r3.* - <a href="#r3">raster3D</a> commands
-<li> v.* - <a href="#v">vector</a> commands
-<li> wxGUI - GUI frontend (wxPython)
-<li> nviz - visualization suite
-<li> xganim - raster map slideshow
+ <li> d.* - <a href="#d">display commands</a>
+ <li> db.* - <a href="#db">database</a> commands
+ <li> g.* - <a href="#g">general</a> commands
+ <li> i.* - <a href="#i">imagery</a> commands
+ <li> m.* - <a href="#m">miscellanous</a> commands
+ <li> ps.* - <a href="#ps">PostScript</a> commands
+ <li> r.* - <a href="#r">raster</a> commands
+ <li> r3.* - <a href="#r3">raster3D</a> commands
+ <li> v.* - <a href="#v">vector</a> commands
+ <li> <a href="wxGUI.html">wxGUI</a> - GUI frontend (wxPython)
+ <li> <a href="nviz.html">NVIZ</a> - <i>n</i>-dimensional visualization suite
+ <li> <a href="xganim.html">xganim</a> - raster map slideshow viewer
EOF
@@ -366,8 +369,8 @@
\item [r3.{*}]raster3D commands
\item [v.{*}]vector commands
\item [wxGUI]GUI frontend (wxPython)
-\item [nviz]visualization suite
-\item [xganim]raster map slideshow
+\item [NVIZ]$n$-dimensional visualization suite
+\item [xganim]raster map slideshow viewer
EOF
@@ -415,7 +418,7 @@
| awk '/^\$/ { STR=$0; \
gsub(" ", "\\: ", STR); \
gsub(/\|/, " ", STR); \
- sub(/^/, "\\textcolor{DarkSeaGreen3}{\\footnotesize ", STR); \
+ sub(/^/, " \\textcolor{DarkSeaGreen3}{\\footnotesize ", STR); \
sub(/$/, "}", STR); \
print STR \
} ;
@@ -450,7 +453,13 @@
\rm -f "${TMP}.txt"
+##### FIXME
+# post generation tidy-up
+# - sort order isn't ideal. try 'sort -n'??
+# fix: *.univar.sh, r.surf.idw2, v.to.rast3, r.out.ppm3, others..
+#####
+
g.message "Converting LaTeX to PDF (writing to \$GISBASE/docs/pdf/) ..."
for PGM in pdflatex ; do
More information about the grass-commit
mailing list