summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-07-29 09:24:19 +0200
committerSlávek Banko <[email protected]>2020-07-29 09:24:19 +0200
commitf53b2baa8e571d46f0c3f38da20ddd1c243063c2 (patch)
tree46229440c28beb53e3ed3e25cffc11bba7d4b64d /CMakeLists.txt
parentd60abd172dca3ed096aee7e34c75b0d43673816e (diff)
downloadkeep-f53b2baa8e571d46f0c3f38da20ddd1c243063c2.tar.gz
keep-f53b2baa8e571d46f0c3f38da20ddd1c243063c2.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Use common cmake rules for documentation. Signed-off-by: Slávek Banko <[email protected]>
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 bee15b6..dc825b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( ${PROJECT_NAME} )
tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files