update: i had a bug somewhere, and was installing and old documentation. fixed that, and cmake is smart enough to install the files after a minor change is detected.
On Thu, Sep 15, 2011 at 4:13 AM, Cristobal Navarro <[email protected]>wrote: > hello, > > i was reading this tutorial about integrating doxygen documentation into > the cmake build process. > > http://invalidmagic.wordpress.com/2009/11/30/cmake-and-doxygen-github-com/ > > is found it really cool because the doxyconf file feeds from some cmake > variables i set, letting me handle version information on a single file. > > my problem is that when i made some modifications to the source comments, > the updated documentation didnt install > because it said "up-to-date" > i would like cmake to force the instalation of the generated doxy-files > (even make sure that cmake is waiting for doxygen to finnish before > installing) > is there a way to accomplish this? > > thanks and > best regards > Cristobal >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
