diff options
author | Slávek Banko <[email protected]> | 2020-06-17 17:39:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-17 18:00:29 +0200 |
commit | 2b1e96facec89dca959a32a4b27c48703abee8ea (patch) | |
tree | de394b8a135d95f167a62f927034b1c89b8d5a68 /CMakeLists.txt | |
parent | 6ac3293a616ea771885496c84cce788959ad1d89 (diff) | |
download | kchmviewer-2b1e96facec89dca959a32a4b27c48703abee8ea.tar.gz kchmviewer-2b1e96facec89dca959a32a4b27c48703abee8ea.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]>
(cherry picked from commit bbee8816a455ab39501f68969b07bc191de3aaca)
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 5eb32bb..46c325e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( lib ) add_subdirectory( src ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |