diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 18:35:34 +0100 |
commit | d723334a5b0ce5b1953bfe1a667f9e05300b8c10 (patch) | |
tree | 79a4611ffe9fa411c98c31f57a6320c98ccc8b78 | |
parent | d74a2c8a4d6922d867524c04fe62876e0495d7fc (diff) | |
download | tdevelop-d723334a5b0ce5b1953bfe1a667f9e05300b8c10.tar.gz tdevelop-d723334a5b0ce5b1953bfe1a667f9e05300b8c10.zip |
Fix help files, kdevelop->tdevelop branding, fix startup.
(part of the original commit)
(cherry picked from commit 998ebd2e683e45140493910f76e692e96887b5d2)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ##################### |