[GRASS-SVN] r46190 - grass/branches/releasebranch_6_4/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 4 16:21:25 EDT 2011
Author: martinl
Date: 2011-05-04 13:21:25 -0700 (Wed, 04 May 2011)
New Revision: 46190
Modified:
grass/branches/releasebranch_6_4/tools/build_html_index.sh
Log:
don't show revision number in the manual
(merge r46189 from trunk)
Modified: grass/branches/releasebranch_6_4/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/build_html_index.sh 2011-05-04 20:15:36 UTC (rev 46189)
+++ grass/branches/releasebranch_6_4/tools/build_html_index.sh 2011-05-04 20:21:25 UTC (rev 46190)
@@ -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