[GRASS-SVN] r54151 - in grass/trunk/gui/wxpython: docs gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 3 01:54:52 PST 2012


Author: martinl
Date: 2012-12-03 01:54:51 -0800 (Mon, 03 Dec 2012)
New Revision: 54151

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.Components.html
   grass/trunk/gui/wxpython/docs/wxGUI.html
   grass/trunk/gui/wxpython/gmodeler/Makefile
Log:
update gmodeler's Make to use GuiScript


Modified: grass/trunk/gui/wxpython/docs/wxGUI.Components.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.Components.html	2012-12-03 09:49:17 UTC (rev 54150)
+++ grass/trunk/gui/wxpython/docs/wxGUI.Components.html	2012-12-03 09:54:51 UTC (rev 54151)
@@ -7,7 +7,7 @@
   <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.Modeler.html">Graphical Modeler</a></li>
+  <li><a href="wxGUI.gmodeler.html">Graphical Modeler</a></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.IClass.html">Supervised Classification Tool</a></li>

Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2012-12-03 09:49:17 UTC (rev 54150)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2012-12-03 09:54:51 UTC (rev 54151)
@@ -318,7 +318,7 @@
 
   <dt><img src="icons/modeler-main.png" alt="icon"> 
     <em>Graphical Modeler</em></dt>
-  <dd>Launches <em><a href="wxGUI.Modeler.html">graphical
+  <dd>Launches <em><a href="wxGUI.gmodeler.html">graphical
   modeler</a></em> to create models and run them.</dd>
 
   <dt><img src="icons/georectify.png" alt="icon"> 

Modified: grass/trunk/gui/wxpython/gmodeler/Makefile
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/Makefile	2012-12-03 09:49:17 UTC (rev 54150)
+++ grass/trunk/gui/wxpython/gmodeler/Makefile	2012-12-03 09:54:51 UTC (rev 54151)
@@ -1,13 +1,5 @@
 MODULE_TOPDIR = ../../..
 
-PGM = g.gui.gmodeler
-WXPGM = Modeler
+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



More information about the grass-commit mailing list