[GRASS-SVN] r62641 - grass/trunk/temporal
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 6 12:47:18 PST 2014
Author: huhabla
Date: 2014-11-06 12:47:18 -0800 (Thu, 06 Nov 2014)
New Revision: 62641
Modified:
grass/trunk/temporal/Makefile
Log:
temporal modules: Fixed algebra module names in Makefile
Modified: grass/trunk/temporal/Makefile
===================================================================
--- grass/trunk/temporal/Makefile 2014-11-06 20:07:09 UTC (rev 62640)
+++ grass/trunk/temporal/Makefile 2014-11-06 20:47:18 UTC (rev 62641)
@@ -21,6 +21,7 @@
t.rast.univar \
t.rast.list \
t.rast.mapcalc \
+ t.rast.algebra \
t.rast.neighbors \
t.rast.series \
t.rast.export \
@@ -31,6 +32,7 @@
t.rast3d.list \
t.rast3d.extract \
t.rast3d.mapcalc \
+ t.rast3d.algebra \
t.rast3d.univar \
t.rename \
t.select \
@@ -40,7 +42,7 @@
t.vect.db.select \
t.vect.export \
t.vect.extract \
- t.vect.mapcalc \
+ t.vect.algebra \
t.vect.import \
t.vect.what.strds \
t.vect.observe.strds \
More information about the grass-commit
mailing list