[GRASS-SVN] r62195 - in grass-addons/grass7: general imagery raster vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 6 06:01:28 PDT 2014
Author: lucadelu
Date: 2014-10-06 06:01:28 -0700 (Mon, 06 Oct 2014)
New Revision: 62195
Modified:
grass-addons/grass7/general/Makefile
grass-addons/grass7/imagery/Makefile
grass-addons/grass7/raster/Makefile
grass-addons/grass7/vector/Makefile
Log:
addons: add all the scripts to Makefile to have them in the documentation
Modified: grass-addons/grass7/general/Makefile
===================================================================
--- grass-addons/grass7/general/Makefile 2014-10-06 12:26:37 UTC (rev 62194)
+++ grass-addons/grass7/general/Makefile 2014-10-06 13:01:28 UTC (rev 62195)
@@ -2,7 +2,10 @@
SUBDIRS = \
g.cloud \
- g.compare.md5
+ g.compare.md5 \
+ g.copyall \
+ g.isis3mt \
+ g.proj.all
include $(MODULE_TOPDIR)/include/Make/Dir.make
Modified: grass-addons/grass7/imagery/Makefile
===================================================================
--- grass-addons/grass7/imagery/Makefile 2014-10-06 12:26:37 UTC (rev 62194)
+++ grass-addons/grass7/imagery/Makefile 2014-10-06 13:01:28 UTC (rev 62195)
@@ -11,12 +11,14 @@
i.evapo.senay \
i.evapo.zk \
i.feotio2 \
+ i.fusion.brovey \
i.gravity \
i.histo.match \
i.lmf \
i.points.auto \
i.rotate \
i.segment.gsoc \
+ i.segment.hierarchical \
i.spec.unmix \
i.vi.mpi \
i.wavelet
Modified: grass-addons/grass7/raster/Makefile
===================================================================
--- grass-addons/grass7/raster/Makefile 2014-10-06 12:26:37 UTC (rev 62194)
+++ grass-addons/grass7/raster/Makefile 2014-10-06 13:01:28 UTC (rev 62195)
@@ -1,33 +1,71 @@
MODULE_TOPDIR = ..
SUBDIRS = \
+ r.agent \
r.area \
- r.clump2 \
+ r.basin \
+ r.bioclim \
r.convergence \
+ r.convert \
r.crater \
+ r.damflood \
r.diversity \
+ r.droka \
+ r.edm.eval \
+ r.fidimo \
+ r.findtheriver \
r.flip \
+ r.forestfrag \
+ r.fuzzy \
r.fuzzy.set \
r.fuzzy.logic \
r.fuzzy.system \
+ r.gdd \
r.geomorphon \
+ r.gwr \
+ r.hants \
+ r.hazard.flood \
+ r.houghtransform \
r.hydrodem \
+ r.hypso \
r.in.srtm.region \
- r.in.wms2 \
+ r.in.wcs \
+ r.lake.series \
+ r.lfp \
+ r.local.relief \
r.los \
+ r.massmov \
r.mcda.ahp \
r.mcda.input \
r.mcda.output \
r.mcda.roughset \
+ r.mess \
r.modis \
r.mwprecip \
r.northerness.easterness \
+ r.popgrowth \
+ r.random.weight \
r.regression.series \
r.roughness.vector \
r.segment \
+ r.shaded.pca \
+ r.shalstab \
+ r.skyview \
+ r.soillossbare \
r.stream.basins \
+ r.sun.daily \
+ r.sun.hourly \
+ r.surf.nnbathy \
r.threshold \
- r.traveltime
+ r.to.vect.lines \
+ r.to.vect.tiled \
+ r.traveltime \
+ r.univar2 \
+ r.valley.bottom \
+ r.vif \
+ r.vol.dem \
+ r.width.funct
+
include $(MODULE_TOPDIR)/include/Make/Dir.make
Modified: grass-addons/grass7/vector/Makefile
===================================================================
--- grass-addons/grass7/vector/Makefile 2014-10-06 12:26:37 UTC (rev 62194)
+++ grass-addons/grass7/vector/Makefile 2014-10-06 13:01:28 UTC (rev 62195)
@@ -1,17 +1,38 @@
MODULE_TOPDIR = ..
SUBDIRS = \
+ v.area.stats \
+ v.area.weigh \
+ v.build.pg \
+ v.centerline \
+ v.centerpoint \
+ v.civil \
+ v.class.ml \
+ v.class.mlpy \
v.colors2 \
+ v.concave.hull \
+ v.delaunay3d \
+ v.external.all \
v.habitat.dem \
+ v.in.geopaparazzi \
v.in.ply \
v.in.redwg \
v.in.wfs2 \
+ v.lfp \
+ v.lidar.mcc \
v.link.precip \
v.median \
- v.net.turntable \
+ v.neighborhoodmatrix \
+ v.net.salesman.opt \
+ v.out.ply \
+ v.out.png \
+ v.ply.rectify \
+ v.stats \
+ v.surf.icw \
+ v.surf.mass \
v.to.lines \
- v.out.ply \
- v.surf.icw
+ v.transects \
+ v.what.strds
include $(MODULE_TOPDIR)/include/Make/Dir.make
More information about the grass-commit
mailing list