diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-13 13:47:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-13 22:39:15 +0900 |
commit | 4c8afb5e944f7bb9268c81e914b2a2fbc05b557e (patch) | |
tree | 6181a7ee4852860f6c34b9f1217e344e9ad2ebc1 /doc/CMakeLists.txt | |
parent | da7d3c409917e968ee36cb44b4f47dde222a650b (diff) | |
download | tdesdk-4c8afb5e944f7bb9268c81e914b2a2fbc05b557e.tar.gz tdesdk-4c8afb5e944f7bb9268c81e914b2a2fbc05b557e.zip |
Add man pages for TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d8521af7be8cafc64525755758d25f0b70072ea5)
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index df842e47..af656c0a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,12 +1,13 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# +add_subdirectory( man ) -tde_auto_add_subdirectories( ) +tde_conditional_add_subdirectory( BUILD_CERVISIA cervisia ) +#tde_conditional_add_subdirectory( BUILD_KAPPTEMPLATE kapptemplate ) +tde_conditional_add_subdirectory( BUILD_KBABEL kbabel ) +tde_conditional_add_subdirectory( BUILD_KBUGBUSTER kbugbuster ) +tde_conditional_add_subdirectory( BUILD_KOMPARE kompare ) +tde_conditional_add_subdirectory( BUILD_KUIVIEWER kuiviewer ) +tde_conditional_add_subdirectory( BUILD_SCRIPTS scripts ) +tde_conditional_add_subdirectory( BUILD_TDECACHEGRIND tdecachegrind ) +# tdesvn-build is under the script folder +tde_conditional_add_subdirectory( BUILD_SCRIPTS tdesvn-build ) +tde_conditional_add_subdirectory( BUILD_UMBRELLO umbrello ) |