diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 10:29:31 +0200 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-27 18:50:36 +0900 |
| commit | 332f9433a4bf23af7c7da10507f65e14cb250de2 (patch) | |
| tree | 88b4e96647f5589421f916b83fd84c20f64fed4d /CMakeLists.txt | |
| parent | 45ac4b53847743ba21b2b74e30a890a567783b43 (diff) | |
| download | k3b-332f9433.tar.gz k3b-332f9433.zip | |
Move the documentation to a new directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847)
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 da8545b..710afb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,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 ##################### |
