[GRASS-SVN] r46189 - grass/branches/develbranch_6/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 4 16:15:36 EDT 2011


Author: martinl
Date: 2011-05-04 13:15:36 -0700 (Wed, 04 May 2011)
New Revision: 46189

Modified:
   grass/branches/develbranch_6/tools/build_html_index.sh
Log:
don't show revision number in the manual


Modified: grass/branches/develbranch_6/tools/build_html_index.sh
===================================================================
--- grass/branches/develbranch_6/tools/build_html_index.sh	2011-05-04 19:37:49 UTC (rev 46188)
+++ grass/branches/develbranch_6/tools/build_html_index.sh	2011-05-04 20:15:36 UTC (rev 46189)
@@ -53,7 +53,7 @@
 ARCH="`cat ../include/Make/Platform.make | grep '^ARCH'  | sed 's+ ++g' | cut -d'=' -f2`"
 GEMDIR="../gem"
 HTMLDIR="../dist.$ARCH/docs/html"
-GRASSVERSION=`cat ../dist.$ARCH/etc/VERSIONNUMBER`
+GRASSVERSION=`cut -d' ' -f1 ../dist.$ARCH/etc/VERSIONNUMBER`
 GRASS_MMVER=`cut -d . -f 1-2 ../dist.$ARCH/etc/VERSIONNUMBER`
 MACOSX=`echo $ARCH | grep -i darwin`
 



More information about the grass-commit mailing list