[GRASS-SVN] r66791 - grass-addons/grass7/raster/r.agent
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 11 08:49:24 PST 2015
Author: mic
Date: 2015-11-11 08:49:24 -0800 (Wed, 11 Nov 2015)
New Revision: 66791
Modified:
grass-addons/grass7/raster/r.agent/Makefile
Log:
reorganizing r.agent module by copying the structure of r.modis
Modified: grass-addons/grass7/raster/r.agent/Makefile
===================================================================
--- grass-addons/grass7/raster/r.agent/Makefile 2015-11-11 16:48:45 UTC (rev 66790)
+++ grass-addons/grass7/raster/r.agent/Makefile 2015-11-11 16:49:24 UTC (rev 66791)
@@ -2,12 +2,13 @@
PGM = r.agent.aco
+SUBDIRS = r.agent.aco \
+ r.agent.rand \
+ libagent
-SUBDIRS = libagent
-
include $(MODULE_TOPDIR)/include/Make/Dir.make
-include $(MODULE_TOPDIR)/include/Make/Script.make
default: script parsubdirs
install: installsubdirs
+ $(INSTALL_DATA) $(PGM).html $(INST_DIR)/docs/html/
More information about the grass-commit
mailing list