summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-01-30 16:45:54 +0100
committerSlávek Banko <[email protected]>2022-02-01 13:00:57 +0100
commit32b670138b0fb0c85bf1d55dd6687c6db672b677 (patch)
tree0bb895259750e03a735c1d90e62499faf2c68121 /CMakeLists.txt
parent2094f6770b1f2cc2d7c97a37d8a73596a9ebc779 (diff)
downloadtork-32b670138b0fb0c85bf1d55dd6687c6db672b677.tar.gz
tork-32b670138b0fb0c85bf1d55dd6687c6db672b677.zip
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6b34028d26ec2252858049170a934bfaace88925)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c742f88..f646e5e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( src )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
+tde_conditional_add_project_docs( BUILD_DOC )
tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )