[GRASS-SVN] r66364 - grass-addons/tools/addons

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 28 02:35:49 PDT 2015


Author: martinl
Date: 2015-09-28 02:35:49 -0700 (Mon, 28 Sep 2015)
New Revision: 66364

Modified:
   grass-addons/tools/addons/compile.sh
   grass-addons/tools/addons/grass-addons-index.sh
Log:
addons support scripts: rename summary.html to index.html

Modified: grass-addons/tools/addons/compile.sh
===================================================================
--- grass-addons/tools/addons/compile.sh	2015-09-28 09:35:21 UTC (rev 66363)
+++ grass-addons/tools/addons/compile.sh	2015-09-28 09:35:49 UTC (rev 66364)
@@ -12,7 +12,7 @@
 TOPDIR="$2"
 ADDON_PATH="$3"
 GRASS_VERSION=`echo $ADDON_PATH | cut -d'/' -f6 | sed 's/grass//g'`
-INDEX_FILE="summary"
+INDEX_FILE="index"
 
 if [ ! -d "$3" ] ; then
     mkdir -p "$3"

Modified: grass-addons/tools/addons/grass-addons-index.sh
===================================================================
--- grass-addons/tools/addons/grass-addons-index.sh	2015-09-28 09:35:21 UTC (rev 66363)
+++ grass-addons/tools/addons/grass-addons-index.sh	2015-09-28 09:35:49 UTC (rev 66364)
@@ -100,7 +100,7 @@
 <a href=\"http://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASS-Addons-SVNrepository\">this document</a>.
 Please also read <a href=\"https://trac.osgeo.org/grass/wiki/Submitting\">GRASS GIS programming best practice</a>.
 <p>
-See also: <a href=\"http://grass.osgeo.org/addons/grass${major}/logs/summary.html\">log files</a> of compilation.
+See also: <a href=\"http://grass.osgeo.org/addons/grass${major}/logs\">log files</a> of compilation.
 </tr></table>
 <hr>" > index.html
 



More information about the grass-commit mailing list