Markus Metz baa791e3e9 avoid struct stat %!s(int64=15) %!d(string=hai) anos
..
Vlib baa791e3e9 avoid struct stat %!s(int64=15) %!d(string=hai) anos
dglib f2e18ece8e Treat destination directories as targets %!s(int64=15) %!d(string=hai) anos
diglib 62a5737c3b add balanced search tree to lib, update Vlib and segment %!s(int64=15) %!d(string=hai) anos
neta ea851edb35 +EOL %!s(int64=15) %!d(string=hai) anos
rtree 16a6b956df Enable LFS globally %!s(int64=15) %!d(string=hai) anos
transform 16a6b956df Enable LFS globally %!s(int64=15) %!d(string=hai) anos
vedit 002bbe23df Keep all library dependencies in Grass.make %!s(int64=15) %!d(string=hai) anos
Makefile 1c13495066 fix for ticket https://trac.osgeo.org/grass/ticket/1040 %!s(int64=15) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
vectorlib.dox 45c11a459c some notes about pseudo-topology (based on Markus Metz's notes in ML) %!s(int64=15) %!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