[GRASS-SVN] r56402 - grass/trunk/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 24 13:32:07 PDT 2013


Author: neteler
Date: 2013-05-24 13:32:07 -0700 (Fri, 24 May 2013)
New Revision: 56402

Modified:
   grass/trunk/tools/mkhtml.py
Log:
manual: add Topics and Keywords Index link to all pages

Modified: grass/trunk/tools/mkhtml.py
===================================================================
--- grass/trunk/tools/mkhtml.py	2013-05-24 20:16:32 UTC (rev 56401)
+++ grass/trunk/tools/mkhtml.py	2013-05-24 20:32:07 UTC (rev 56402)
@@ -47,7 +47,7 @@
 
 footer_index = string.Template(\
 """<hr>
-<p><a href="index.html">Main index</a> - <a href="${INDEXNAME}.html">${INDEXNAMECAP} index</a> - <a href="topics.html">Topics index</a> - <a href="full_index.html">Full index</a></p>
+<p><a href="index.html">Main index</a> - <a href="${INDEXNAME}.html">${INDEXNAMECAP} index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
 <p>© 2003-${YEAR} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${GRASS_VERSION} Reference Manual</p>
 </body>
 </html>
@@ -55,7 +55,7 @@
 
 footer_noindex = string.Template(\
 """<hr>
-<p><a href="index.html">Main index</a> - <a href="topics.html">Topics index</a> - <a href="full_index.html">Full index</a></p>
+<p><a href="index.html">Main index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
 <p>© 2003-${YEAR} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${GRASS_VERSION} Reference Manual</p>
 </body>
 </html>



More information about the grass-commit mailing list