Markus Metz 6d14e4581b Programmer's Manual updated %!s(int64=16) %!d(string=hai) anos
..
Vlib d463f2470f bugfix for Vect_attach_centroids, ticket https://trac.osgeo.org/grass/ticket/397 %!s(int64=16) %!d(string=hai) anos
dglib fff7d1367d removing my comments in heap.c %!s(int64=16) %!d(string=hai) anos
diglib f9d6fd532d diglib: small topology building speed up %!s(int64=16) %!d(string=hai) anos
rtree aa7f0359ab vector lib rtree segfault bugfix %!s(int64=16) %!d(string=hai) anos
transform d5a91f4ae3 [NB: do not backport] %!s(int64=16) %!d(string=hai) anos
vedit afa03507a3 veditlib: osgeo4w patch applied (by jef) - trac https://trac.osgeo.org/grass/ticket/519 %!s(int64=16) %!d(string=hai) anos
Makefile 1292bf9a1e Major build system clean-up %!s(int64=17) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
vectorlib.dox 6d14e4581b Programmer's Manual updated %!s(int64=16) %!d(string=hai) anos

README

Contents of this directory

dglib: DGLIB (Directed Graph Library) aims at giving support to
network analysis.
diglib: Lower level functions for reading/writing/manipulating
vectors.
rtree: spatial index based on RTree (lower level functions)
Vlib: Higher level functions for reading/writing/manipulating
vectors. Intended to the module programmer.

To generate the documentation, following commands are available:

Generate HTML document:
make htmldocs

Generate Latex-DVI document (requires Latex):
make latexdocs

Generate PDF document (requires Latex):
make pdfdocs

Delete ./latex and ./html docs directories:
make cleandocs