summaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-02 20:15:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-03 17:39:00 +0900
commit38d555ae68d01f3481af5c7562ef32228fb0e8ab (patch)
treed73e1a2801a1b5fc7ea748b1240dcbe13199b4a4 /doc/CMakeLists.txt
parentdb5b0a4907f3ebe5ad4fec7f81c38bbb104e911e (diff)
downloadtdeaddons-38d555ae.tar.gz
tdeaddons-38d555ae.zip
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 825599fcfff1d8e78368e2dfd9537499f48313a4)
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt9
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 )