kc3-lang/ftgl/docs/Makefile.am

Branch :


Log

Author Commit Date CI Message
1d8ef88c 2008-05-23 00:16:18 * Work around a Doxygen bug that creates fake latex references whenever we use "FTGL" in section names, and fails to remove the "%" in HTML pages whenever we use "%FTGL". Fixing HTML pages is easier.
c715db9f 2008-05-23 00:15:57 * Simplify EPS creation rules.
743dcc85 2008-05-22 14:38:24 * Refactor the documentation to have a cleaner frontpage: put the tutorial and the FAQ in two separate pages, add links to the most important C and C++ documentation, and add projects_using_ftgl.txt to the doxygen project.
d1cbf7a5 2008-05-12 04:59:58 add a list of project using ftgl
7d047fd5 2008-05-09 13:42:25 * Add a few pictures to the documentation to illustrate what the font objects look like. * Generate EPS files at build time if the LaTeX output is activated.
15f659bb 2008-05-02 13:28:37 * Fix inconsistencies in the documentation install paths.
65c77f88 2008-05-02 13:17:45 * Generate PDF documentation if a proper LaTeX installation can be found.
c33efa0d 2008-05-02 12:45:21 * Use a smaller logo on the User Guide's front page.
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.