[GRASS-SVN] r44405 - grass/trunk/raster/r.li
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 24 11:19:57 EST 2010
Author: neteler
Date: 2010-11-24 08:19:56 -0800 (Wed, 24 Nov 2010)
New Revision: 44405
Modified:
grass/trunk/raster/r.li/Makefile
Log:
order alphabetically
Modified: grass/trunk/raster/r.li/Makefile
===================================================================
--- grass/trunk/raster/r.li/Makefile 2010-11-24 16:16:09 UTC (rev 44404)
+++ grass/trunk/raster/r.li/Makefile 2010-11-24 16:19:56 UTC (rev 44405)
@@ -3,20 +3,20 @@
PGM = r.li
SUBDIRS1 = \
+ r.li.cwed \
+ r.li.dominance \
r.li.edgedensity \
- r.li.patchdensity \
- r.li.patchnum \
- r.li.shape \
- r.li.simpson \
- r.li.shannon \
+ r.li.mpa \
r.li.mps \
- r.li.mpa \
r.li.padcv \
+ r.li.padrange \
r.li.padsd \
- r.li.padrange \
- r.li.cwed \
+ r.li.patchdensity \
+ r.li.patchnum \
r.li.richness \
- r.li.dominance
+ r.li.shannon \
+ r.li.shape \
+ r.li.simpson
# r.li.setup \
SUBDIRS = r.li.daemon $(SUBDIRS1)
More information about the grass-commit
mailing list