Thanks David, changes now merged and submitted to svn/trunk.
On 22 May 2013 20:16, David Fries <[email protected]> wrote: > This updates the CMakeLists.txt instructions for the commands > to make the doxygen documentation. > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 44ab6ff..bd909b4 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -895,10 +895,10 @@ ENDIF() > > # For Doxygen > INCLUDE(${CMAKE_ROOT}/Modules/Documentation.cmake OPTIONAL) > -OPTION(BUILD_DOCUMENTATION "Build OpenSceneGraph reference documentation > using doxygen (use: make DoxygenDoc)" OFF) > +OPTION(BUILD_DOCUMENTATION "Build OpenSceneGraph reference documentation > using doxygen (use: make doc_openscenegraph doc_openthreads)" OFF) > MARK_AS_ADVANCED(CLEAR BUILD_DOCUMENTATION) > # To build the documention, you will have to enable it > -# and then do the equivalent of "make DoxygenDoc". > +# and then do the equivalent of "make doc_openscenegraph doc_openthreads". > IF(BUILD_DOCUMENTATION) > > OPTION(BUILD_REF_DOCS_SEARCHENGINE "Enable doxygen's search engine > (requires that documentation to be installed on a php enabled web server)" > OFF) > > > CMakeLists.txt from trunk > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
