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.
14 test/test_tools_fail \
17 TESTS += $(check_PROGRAMS)
18 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
20 test_digraph_test_SOURCES = test/digraph_test.cc
21 test_dim_test_SOURCES = test/dim_test.cc
22 test_graph_test_SOURCES = test/graph_test.cc
23 test_random_test_SOURCES = test/random_test.cc
24 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
25 test_test_tools_pass_SOURCES = test/test_tools_pass.cc