diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 10:07:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-28 10:07:15 +0200 |
commit | 9f51acfc474b16eb04479cea77922b275bcbbf7d (patch) | |
tree | 6c131de5ce3c9dfe9e2abe8afc88ccf382804dd7 /CMakeLists.txt | |
parent | caa6e331414e7ad44ce087abe4a8c491a61980c8 (diff) | |
download | kdiff3-9f51acfc474b16eb04479cea77922b275bcbbf7d.tar.gz kdiff3-9f51acfc474b16eb04479cea77922b275bcbbf7d.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>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2061e1f..29bc320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,8 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( kdiff3plugin ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS kdiff3plugin/po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |