Hi Thorsten, I noticed that you clobbered mainpage.dox...
------------------------------------------------------------------------ r1556263 | tschoening | 2014-01-07 10:18:46 -0600 (Tue, 07 Jan 2014) | 1 line Changed paths: M /incubator/log4cxx/trunk/pom.xml M /incubator/log4cxx/trunk/src/site/doxy/Doxyfile.in D /incubator/log4cxx/trunk/src/site/doxy/mainpage.dox ...but that it's referenced in src/site/doxy/Makefile.am... EXTRA_DIST = Doxyfile mainpage.dox license_notice_footer.txt @manual_dest@/index.html: Doxyfile mainpage.dox ⇥ "@DOXYGEN@" When I remove the occurrences there, the Autotools-driven Doxygen manual produces a src/site/doxy/manual/index.html with a blank @mainpage. This is consistent with what 'mvn site' produces under target/site/apidocs/index.html, so presumably no harm. I've removed the Makefile.am appearance in r1556710. That said, do we want a @mainpage? Is there some way to snarf content that Maven uses so that there's something minimal here? I ask because search engines will dump folks straight onto the Doxygen reference, and it would be nice to have a backlink out to the main project page along with the usual Apache boilerplate. Thanks, Rhys