kc3-lang/ftgl/docs/Makefile.am

Branch :


Log

Author Commit Date CI Message
025860bc 2008-05-02 09:58:24 * Converted the HTML documentation to Doxygen so that everything ends up in the same document. Plus, Doxygen's C++ pretty-printer is very nice for code examples.
56516d41 2008-05-01 12:05:27 * Remade metrics.png using Inkscape.
acff56f2 2008-05-01 07:37:56 * Generate the Doxygen configuration file at configure time so that we don't need to hardcode the package version in it. * Only generate documentation for the public classes.
7543e5d3 2008-04-30 19:59:48 * Remove deprecated html.tar.gz tarball. We may ship one later, but right now it is unusable. * Update Doxygen config file so that it sees our new header locations.
3674c4d1 2008-04-28 17:31:42 specify minimum versions, make ac be 2.58 and am be 1.6 (needed in order to support os x 10.4 out-of-the-box). PKG_CHECK_MODULES doesn't seem to wrap the args properly so you can't embed AC_MSG_RESULT, make a zip and bzip2 when we make a dist, and provide NULL to make am happy
745cbcf8 2008-04-04 13:16:45 * Build the documentation the autotools way. If doxygen is not present, then do nothing.
7c358859 2008-04-04 12:43:38 * Generate a config.h file instead of passing all defines in the compiler command line. * "make install" now properly installs the includes, the documentation and the .pc file. * Generate a shared library.
9f978b91 2008-04-04 12:21:46 * Big build system overhaul. Autotools-generated files are no longer stored in SVN, the bootstrap script is more tolerant with odd installations, all makefiles are a lot shorter.