From d723334a5b0ce5b1953bfe1a667f9e05300b8c10 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. (part of the original commit) (cherry picked from commit 998ebd2e683e45140493910f76e692e96887b5d2) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42261ac7..028a1119 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ option( WITH_VCS_SUBVERSION "Enable subversion support" ${WITH_VCS_ALL} ) option( BUILD_ALL "Build all components" OFF ) option( BUILD_KDEVDESIGNER "Build kdevdesigner" ${BUILD_ALL} ) +option( BUILD_DOC "Build doc" ${BUILD_ALL} ) ##### optional stuff ############################ @@ -164,6 +165,7 @@ add_subdirectory( mimetypes ) add_subdirectory( pics ) add_subdirectory( vcs ) tde_conditional_add_subdirectory( BUILD_KDEVDESIGNER kdevdesigner ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) ##### write configure files ##################### -- cgit v1.2.3