From: David B. <dav...@gm...> - 2010-09-13 23:52:10
|
Hi Brendan, I've added Doxygen support to the autotools build, based on Oren Ben-Kiki's ax_prog_doxygen.m4 from the Autoconf archive. I tried unsuccessfully to make it behave exactly identical to the cmake-provided Doxygen support. Namely, it uses a different "Doxyfile" called "doxygen.cfg", rather than the Doxyfile made from Doxyfile.in by configure. Basically, more advanced make, automake, and m4 programming is too difficult for me to figure out in my available time. Anyway, now with autotools we get html, latex, and pdf by running "make doxygen-doc". Cheers, David |