Browse Source

https://trac.osgeo.org/grass/changeset/48436 - modify build_html.py (vectorascii)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48438 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
f92ca087ca
1 changed files with 2 additions and 1 deletions
  1. 2 1
      man/build_html.py

+ 2 - 1
man/build_html.py

@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 # -*- coding: utf-8 -*-
 
 
 # utilities for generating HTML indices
 # 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 sys
 import os
 import os
@@ -121,6 +121,7 @@ r"""<!-- the files grass7.html & helptext.html file live in lib/init/ -->
       <td valign="top" bgcolor="${box_color}" class="box"><h3>&nbsp;Vector processing</h3>
       <td valign="top" bgcolor="${box_color}" class="box"><h3>&nbsp;Vector processing</h3>
        <ul>
        <ul>
         <li><a href="vector.html">Vector commands manual</a></li>
         <li><a href="vector.html">Vector commands manual</a></li>
+        <li><a href="vectorascii.html">GRASS ASCII vector format specification</a></li>
       </ul></td>
       </ul></td>
       <td valign="top" bgcolor="${box_color}" class="box"><h3>&nbsp;Database</h3>
       <td valign="top" bgcolor="${box_color}" class="box"><h3>&nbsp;Database</h3>
        <ul>
        <ul>