[GRASS-SVN] r54202 - in grass/trunk/gui/wxpython: animation docs mapswipe rlisetup

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 5 05:48:49 PST 2012


Author: martinl
Date: 2012-12-05 05:48:48 -0800 (Wed, 05 Dec 2012)
New Revision: 54202

Modified:
   grass/trunk/gui/wxpython/animation/Makefile
   grass/trunk/gui/wxpython/animation/g.gui.animation.html
   grass/trunk/gui/wxpython/docs/wxGUI.Components.html
   grass/trunk/gui/wxpython/mapswipe/Makefile
   grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html
   grass/trunk/gui/wxpython/rlisetup/Makefile
Log:
update Makefile (use GuiScript.make) for g.gui.* modules
       update also manual: link other g.gui.* modules


Modified: grass/trunk/gui/wxpython/animation/Makefile
===================================================================
--- grass/trunk/gui/wxpython/animation/Makefile	2012-12-05 13:35:10 UTC (rev 54201)
+++ grass/trunk/gui/wxpython/animation/Makefile	2012-12-05 13:48:48 UTC (rev 54202)
@@ -1,13 +1,5 @@
 MODULE_TOPDIR = ../../..
 
-PGM = g.gui.animation
-WXPGM = Animation
+include $(MODULE_TOPDIR)/include/Make/GuiScript.make
 
-include $(MODULE_TOPDIR)/include/Make/Script.make
-
-default: script
-	-rm -f $(PGM).tmp.html
-	$(MAKE) $(HTMLDIR)/wxGUI.$(WXPGM).html
-
-$(HTMLDIR)/wxGUI.$(WXPGM).html: $(PGM).html | $(HTMLDIR)
-	$(PYTHON) $(GISBASE)/tools/mkhtml.py $(PGM) $(GRASS_VERSION_DATE) > $@
+default: guiscript

Modified: grass/trunk/gui/wxpython/animation/g.gui.animation.html
===================================================================
--- grass/trunk/gui/wxpython/animation/g.gui.animation.html	2012-12-05 13:35:10 UTC (rev 54201)
+++ grass/trunk/gui/wxpython/animation/g.gui.animation.html	2012-12-05 13:48:48 UTC (rev 54202)
@@ -51,6 +51,14 @@
   <a href="wxGUI.Components.html">wxGUI components</a>
 </em>
 
+<p>
+<em>
+  <a href="g.gui.html">g.gui</a>,
+  <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+</em>
+
 <h2>AUTHOR</h2>
 
 Anna Kratochvilova,

Modified: grass/trunk/gui/wxpython/docs/wxGUI.Components.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.Components.html	2012-12-05 13:35:10 UTC (rev 54201)
+++ grass/trunk/gui/wxpython/docs/wxGUI.Components.html	2012-12-05 13:48:48 UTC (rev 54202)
@@ -7,9 +7,11 @@
   <li><a href="wxGUI.Nviz.html">3D Viewer</a></li>
   <li><a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a></li>
   <li><a href="wxGUI.PsMap.html">Cartographic Composer</a></li>
-  <li><a href="wxGUI.gmodeler.html">Graphical Modeler</a></li>
+  <li><a href="wxGUI.gmodeler.html">Graphical Modeler</a>
+    - <em><a href="g.gui.gmodeler.html">g.gui.gmodeler</a></em></li>
   <li><a href="wxGUI.GCP_Manager.html">Ground Control Points Manager</a></li>
-  <li><a href="wxGUI.MapSwipe.html">Map Swipe</a></li>
+  <li><a href="wxGUI.mapswipe.html">Map Swipe</a>
+    - <em><a href="g.gui.mapswipe.html">g.gui.mapswipe</a></em></li>
   <li><a href="wxGUI.IClass.html">Supervised Classification Tool</a></li>
   <li><a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a></li>
 </ul>

Modified: grass/trunk/gui/wxpython/mapswipe/Makefile
===================================================================
--- grass/trunk/gui/wxpython/mapswipe/Makefile	2012-12-05 13:35:10 UTC (rev 54201)
+++ grass/trunk/gui/wxpython/mapswipe/Makefile	2012-12-05 13:48:48 UTC (rev 54202)
@@ -1,13 +1,5 @@
 MODULE_TOPDIR = ../../..
 
-PGM = g.gui.mapswipe
-WXPGM = MapSwipe
+include $(MODULE_TOPDIR)/include/Make/GuiScript.make
 
-include $(MODULE_TOPDIR)/include/Make/Script.make
-
-default: script
-	-rm -f $(PGM).tmp.html
-	$(MAKE) $(HTMLDIR)/wxGUI.$(WXPGM).html
-
-$(HTMLDIR)/wxGUI.$(WXPGM).html: $(PGM).html | $(HTMLDIR)
-	$(PYTHON) $(GISBASE)/tools/mkhtml.py $(PGM) $(GRASS_VERSION_DATE) > $@
+default: guiscript

Modified: grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html
===================================================================
--- grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html	2012-12-05 13:35:10 UTC (rev 54201)
+++ grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html	2012-12-05 13:48:48 UTC (rev 54202)
@@ -37,6 +37,14 @@
 </em>
 
 <p>
+<em>
+  <a href="g.gui.html">g.gui</a>,
+  <a href="g.gui.animation.html">g.gui.animation</a>,
+  <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+</em>
+
+<p>
 See also the user <a href="http://grass.osgeo.org/wiki/WxGUI_Map_Swipe">wiki</a> page.
 
 <h2>AUTHOR</h2>

Modified: grass/trunk/gui/wxpython/rlisetup/Makefile
===================================================================
--- grass/trunk/gui/wxpython/rlisetup/Makefile	2012-12-05 13:35:10 UTC (rev 54201)
+++ grass/trunk/gui/wxpython/rlisetup/Makefile	2012-12-05 13:48:48 UTC (rev 54202)
@@ -1,13 +1,5 @@
 MODULE_TOPDIR = ../../..
 
-PGM = g.gui.rlisetup
-WXPGM = RLiSetup
+include $(MODULE_TOPDIR)/include/Make/GuiScript.make
 
-include $(MODULE_TOPDIR)/include/Make/Script.make
-
-default: script
-	-rm -f $(PGM).tmp.html
-	$(MAKE) $(HTMLDIR)/wxGUI.$(WXPGM).html
-
-$(HTMLDIR)/wxGUI.$(WXPGM).html: $(PGM).html | $(HTMLDIR)
-	$(PYTHON) $(GISBASE)/tools/mkhtml.py $(PGM) $(GRASS_VERSION_DATE) > $@
\ No newline at end of file
+default: guiscript



More information about the grass-commit mailing list