[GRASS-SVN] r40891 - in grass-addons/raster: r.ipso r.wf

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 9 05:44:27 EST 2010


Author: epifanio
Date: 2010-02-09 05:44:24 -0500 (Tue, 09 Feb 2010)
New Revision: 40891

Modified:
   grass-addons/raster/r.ipso/Makefile
   grass-addons/raster/r.wf/Makefile
Log:
changes in the make file to compile the html description

Modified: grass-addons/raster/r.ipso/Makefile
===================================================================
--- grass-addons/raster/r.ipso/Makefile	2010-02-09 09:31:50 UTC (rev 40890)
+++ grass-addons/raster/r.ipso/Makefile	2010-02-09 10:44:24 UTC (rev 40891)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = r.ipso
+PGM = r.ipso.py
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 

Modified: grass-addons/raster/r.wf/Makefile
===================================================================
--- grass-addons/raster/r.wf/Makefile	2010-02-09 09:31:50 UTC (rev 40890)
+++ grass-addons/raster/r.wf/Makefile	2010-02-09 10:44:24 UTC (rev 40891)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = r.ipso
+PGM = r.wf.py
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 



More information about the grass-commit mailing list