diff options
author | Slávek Banko <[email protected]> | 2022-08-27 10:29:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-27 10:29:31 +0200 |
commit | 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (patch) | |
tree | 73a22df9ae9f5140998c385ffd9f19a0e00bd763 /CMakeLists.txt | |
parent | eaa160d9ab5c3cc86af4258dbe8214e2fcfa7f10 (diff) | |
download | k3b-0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847.tar.gz k3b-0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847.zip |
Move the documentation to a new directory layout.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 93a1a56..b0fe2a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,7 @@ add_subdirectory( src ) add_subdirectory( tdefile-plugins ) add_subdirectory( tdeioslaves ) tde_conditional_add_subdirectory( BUILD_K3BSETUP k3bsetup ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_project_docs( BUILD_DOC ) ##### write configure files ##################### |