[GRASS-SVN] r44404 - grass/branches/releasebranch_6_4/raster/r.li

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 24 11:16:10 EST 2010


Author: neteler
Date: 2010-11-24 08:16:09 -0800 (Wed, 24 Nov 2010)
New Revision: 44404

Modified:
   grass/branches/releasebranch_6_4/raster/r.li/Makefile
Log:
order alphabetically

Modified: grass/branches/releasebranch_6_4/raster/r.li/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/Makefile	2010-11-24 16:01:43 UTC (rev 44403)
+++ grass/branches/releasebranch_6_4/raster/r.li/Makefile	2010-11-24 16:16:09 UTC (rev 44404)
@@ -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