docs/Makefile.am


Log

Author Commit Date CI Message
sammy 87a8fb95 2010-05-23T17:50:57 Remove additional files upon make maintainer-clean. Fix courtesy of Bullet Catcher, from SF patch #2039757.
sammy 9589a40f 2008-06-20T10:02:08 * Fix sf.net issue #1997905, thanks to Coleman Kane: + Check for the sed tool. + Do not use sed's -i flag: its behaviour across platforms is inconsistent.
sammy 1d8ef88c 2008-05-23T00: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.
sammy c715db9f 2008-05-23T00:15:57 * Simplify EPS creation rules.
sammy 743dcc85 2008-05-22T14: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.
brlcad d1cbf7a5 2008-05-12T04:59:58 add a list of project using ftgl
sammy 7d047fd5 2008-05-09T13: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.
sammy 15f659bb 2008-05-02T13:28:37 * Fix inconsistencies in the documentation install paths.
sammy 65c77f88 2008-05-02T13:17:45 * Generate PDF documentation if a proper LaTeX installation can be found.
sammy c33efa0d 2008-05-02T12:45:21 * Use a smaller logo on the User Guide's front page.
sammy 025860bc 2008-05-02T09: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.
sammy 56516d41 2008-05-01T12:05:27 * Remade metrics.png using Inkscape.
sammy acff56f2 2008-05-01T07: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.
sammy 7543e5d3 2008-04-30T19: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.
brlcad 3674c4d1 2008-04-28T17: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
sammy 745cbcf8 2008-04-04T13:16:45 * Build the documentation the autotools way. If doxygen is not present, then do nothing.
sammy 7c358859 2008-04-04T12: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.
sammy 9f978b91 2008-04-04T12: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.