[GRASS-SVN] r44403 - grass/branches/develbranch_6/raster/r.li
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 24 11:01:43 EST 2010
Author: neteler
Date: 2010-11-24 08:01:43 -0800 (Wed, 24 Nov 2010)
New Revision: 44403
Modified:
grass/branches/develbranch_6/raster/r.li/Makefile
Log:
order alphabetically
Modified: grass/branches/develbranch_6/raster/r.li/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.li/Makefile 2010-11-24 15:00:46 UTC (rev 44402)
+++ grass/branches/develbranch_6/raster/r.li/Makefile 2010-11-24 16:01:43 UTC (rev 44403)
@@ -3,21 +3,21 @@
PGM = r.li
SUBDIRS1 = \
- r.li.edgedensity\
- r.li.patchdensity\
- r.li.patchnum\
+ r.li.cwed \
+ r.li.dominance \
+ r.li.edgedensity \
+ r.li.mpa \
+ r.li.mps \
+ r.li.padcv \
+ r.li.padrange \
+ r.li.padsd \
+ r.li.patchdensity \
+ r.li.patchnum \
+ r.li.richness \
r.li.setup \
- r.li.shape\
- r.li.simpson\
- r.li.shannon\
- r.li.mps\
- r.li.mpa\
- r.li.padcv\
- r.li.padsd\
- r.li.padrange\
- r.li.cwed\
- r.li.richness\
- r.li.dominance\
+ r.li.shannon \
+ r.li.shape \
+ r.li.simpson
SUBDIRS = r.li.daemon $(SUBDIRS1)
More information about the grass-commit
mailing list