Markus Metz 3bc98069b9 avoid struct stat il y a 15 ans
..
Vlib 3bc98069b9 avoid struct stat il y a 15 ans
dglib f2e18ece8e Treat destination directories as targets il y a 15 ans
diglib 62a5737c3b add balanced search tree to lib, update Vlib and segment il y a 15 ans
neta ea851edb35 +EOL il y a 15 ans
rtree 16a6b956df Enable LFS globally il y a 15 ans
transform 16a6b956df Enable LFS globally il y a 15 ans
vedit 002bbe23df Keep all library dependencies in Grass.make il y a 16 ans
Makefile 1c13495066 fix for ticket https://trac.osgeo.org/grass/ticket/1040 il y a 15 ans
README db49180dd7 welcome to GRASS 7.0.svn il y a 17 ans
vectorlib.dox 45c11a459c some notes about pseudo-topology (based on Markus Metz's notes in ML) il y a 15 ans

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