[GRASS-SVN] r48438 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 23 16:36:54 EDT 2011


Author: martinl
Date: 2011-09-23 13:36:54 -0700 (Fri, 23 Sep 2011)
New Revision: 48438

Modified:
   grass/trunk/man/build_html.py
Log:
r48436 - modify build_html.py (vectorascii)


Modified: grass/trunk/man/build_html.py
===================================================================
--- grass/trunk/man/build_html.py	2011-09-23 20:36:13 UTC (rev 48437)
+++ grass/trunk/man/build_html.py	2011-09-23 20:36:54 UTC (rev 48438)
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # utilities for generating HTML indices
-# (c) The GRASS Development Team, Markus Neteler, Glynn Clements 2003, 2004, 2005, 2006, 2009, 2010, 2011
+# (c) 2003-2006, 2009-2011 by the GRASS Development Team, Markus Neteler, Glynn Clements
 
 import sys
 import os
@@ -121,6 +121,7 @@
       <td valign="top" bgcolor="${box_color}" class="box"><h3>&nbsp;Vector processing</h3>
        <ul>
         <li><a href="vector.html">Vector commands manual</a></li>
+        <li><a href="vectorascii.html">GRASS ASCII vector format specification</a></li>
       </ul></td>
       <td valign="top" bgcolor="${box_color}" class="box"><h3>&nbsp;Database</h3>
        <ul>



More information about the grass-commit mailing list