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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 23 09:14:01 EDT 2012


Author: neteler
Date: 2012-04-23 06:14:01 -0700 (Mon, 23 Apr 2012)
New Revision: 51493

Modified:
   grass/branches/develbranch_6/tools/build_html_index.sh
Log:
+links to overview pages

Modified: grass/branches/develbranch_6/tools/build_html_index.sh
===================================================================
--- grass/branches/develbranch_6/tools/build_html_index.sh	2012-04-23 13:13:52 UTC (rev 51492)
+++ grass/branches/develbranch_6/tools/build_html_index.sh	2012-04-23 13:14:01 UTC (rev 51493)
@@ -337,8 +337,11 @@
 do 
   MODCLASS=`expand_module_class_name $k`
   FILENAME=$MODCLASS.html
+  MODCLASSlowcase=`echo $MODCLASS | tr '[:upper:]' '[:lower:]'`
 
   write_html_header "$FILENAME" "GRASS GIS $GRASSVERSION Reference Manual: $MODCLASS"
+  # a few pages do not have the meta page:
+  echo "Go to <a href=\"${MODCLASSlowcase}intro.html\">${MODCLASS} introduction</a><p>" | grep -v 'generalintro.html\|miscintro.html\|postscriptintro.html' >>  "$FILENAME"
   echo "Go <a href=\"index.html\">back to help overview</a><BR><BR><BR>" >>  "$FILENAME"
 
   echo "<b>$MODCLASS commands:</b>" >> "$FILENAME"



More information about the grass-commit mailing list