Wed, 23 Jan 2008 16:26:41 +0100Reworked documentation generation and installation.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 23 Jan 2008 16:26:41 +0100] rev 60
Reworked documentation generation and installation.
Details:
- Remove configure flag used to disable the automatic generation of the
documentation when istalling.
- Now 'make html' generates the documentation.
- Now 'make install' does not install the documentation, 'make install-html'
does that. The latter two changes follow newer automake conventions.
- This also fixes the bug that caused the documentation missing from the
tarball.

Tue, 22 Jan 2008 10:59:14 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Jan 2008 10:59:14 +0000] rev 59
Merge

Tue, 22 Jan 2008 00:02:32 +0000Missing header files added to Makefile.am
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Jan 2008 00:02:32 +0000] rev 58
Missing header files added to Makefile.am

Sun, 20 Jan 2008 20:43:48 +0100Port ListDigraph and ListGraph from svn -r 3433
Balazs Dezso <deba@inf.elte.hu> [Sun, 20 Jan 2008 20:43:48 +0100] rev 57
Port ListDigraph and ListGraph from svn -r 3433
Details:
- port Digraph and Graph concepts
- port ListDigraph and ListGraph
- port Basic graph constructing tools
- port Digraph and Graph tests