diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-02 20:15:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-02 20:15:14 +0900 |
commit | 825599fcfff1d8e78368e2dfd9537499f48313a4 (patch) | |
tree | a9fd42262cc516347e5918f4d72173e7bb5006e4 /doc/CMakeLists.txt | |
parent | 9f06a008b5127d555cc992259454f6aa37afb62f (diff) | |
download | tdeaddons-825599fcfff1d8e78368e2dfd9537499f48313a4.tar.gz tdeaddons-825599fcfff1d8e78368e2dfd9537499f48313a4.zip |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 03be086..69724bf 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,3 +1,8 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +add_subdirectory( man ) -tde_auto_add_subdirectories( ) +tde_conditional_add_subdirectory( BUILD_ATLANTIKDESIGNER atlantikdesigner ) +tde_conditional_add_subdirectory( BUILD_KATE_PLUGINS kate-plugins ) +tde_conditional_add_subdirectory( BUILD_KICKER_APPLETS kicker-applets ) +tde_conditional_add_subdirectory( BUILD_KONQ_PLUGINS konq-plugins ) +tde_conditional_add_subdirectory( BUILD_KSIG ksig ) +tde_conditional_add_subdirectory( BUILD_TUTORIALS tutorials ) |