SVN commit 1229883 by samelian: [kdesdk] cmake support for docs - only handbooks, not man(uals) M +2 -5 CMakeLists.txt A doc/CMakeLists.txt A doc/cervisia/CMakeLists.txt A doc/kbabel/CMakeLists.txt A doc/kbugbuster/CMakeLists.txt A doc/kcachegrind/CMakeLists.txt A doc/kompare/CMakeLists.txt A doc/scripts/CMakeLists.txt A doc/scripts/kdesvn-build/CMakeLists.txt A doc/umbrello/CMakeLists.txt --- branches/trinity/kdesdk/CMakeLists.txt #1229882:1229883 @@ -41,15 +41,11 @@ tde_setup_paths( ) -##### optional stuff ############################ - -# option( WITH_ARTS "Enable aRts support" OFF ) - - ##### user requested modules #################### option( BUILD_ALL "Build all" OFF ) option( BUILD_CERVISIA "Build cervisia" ${BUILD_ALL} ) +option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_KAPPTEMPLATE "Build kapptemplate" ${BUILD_ALL} ) @@ -75,6 +71,7 @@ ##### kdesdk directories ######################## tde_conditional_add_subdirectory( BUILD_CERVISIA cervisia ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_KAPPTEMPLATE kapptemplate )