[GRASS-SVN] r33202 - in grass/trunk: display raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 1 21:33:48 EDT 2008
Author: glynn
Date: 2008-09-01 21:33:47 -0400 (Mon, 01 Sep 2008)
New Revision: 33202
Modified:
grass/trunk/display/Makefile
grass/trunk/raster/Makefile
Log:
Disable r.le
Enable d.profile
Modified: grass/trunk/display/Makefile
===================================================================
--- grass/trunk/display/Makefile 2008-09-01 16:54:48 UTC (rev 33201)
+++ grass/trunk/display/Makefile 2008-09-02 01:33:47 UTC (rev 33202)
@@ -19,6 +19,7 @@
d.linegraph \
d.nviz \
d.path \
+ d.profile \
d.rast \
d.rast.arrow \
d.rast.num \
@@ -35,7 +36,6 @@
# d.colors \
# d.extract \
# d.measure \
-# d.profile \
# d.what.rast \
# d.what.vect \
# d.zoom \
Modified: grass/trunk/raster/Makefile
===================================================================
--- grass/trunk/raster/Makefile 2008-09-01 16:54:48 UTC (rev 33201)
+++ grass/trunk/raster/Makefile 2008-09-02 01:33:47 UTC (rev 33202)
@@ -38,7 +38,6 @@
r.in.xyz \
r.kappa \
r.lake \
- r.le \
r.li \
r.los \
r.mapcalc \
@@ -110,6 +109,8 @@
r.what.color \
wildfire
+# r.le \
+
GDALBASED = r.in.gdal r.out.gdal
FFTWBASED = r.surf.fractal
More information about the grass-commit
mailing list