summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-29 09:24:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-29 09:25:28 +0200
commit7daefc3cd4f5c6a32da58a46754d387e8f7d7ca9 (patch)
treeeb0796ea20894c7a65e35d9eca251d69fb4fc80e /CMakeLists.txt
parent269e24133f33fddf5c512f1316a6b97936a94e54 (diff)
downloadkeep-7daefc3cd4f5c6a32da58a46754d387e8f7d7ca9.tar.gz
keep-7daefc3cd4f5c6a32da58a46754d387e8f7d7ca9.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 <slavek.banko@axis.cz> (cherry picked from commit f53b2baa8e571d46f0c3f38da20ddd1c243063c2)
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 6a3f67f..84aab5a 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