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.
2 exec_prefix=@exec_prefix@
4 includedir=@includedir@
7 Description: Library of Efficient Models and Optimization in Networks
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@
10 Cflags: -I${includedir} @GLPK_CFLAGS@ @CPLEX_CFLAGS@