diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-11-09 22:29:42 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-11-09 22:29:42 +0100 |
commit | 976180bc549dc2cbb5875b2c6fba5cb807efc516 (patch) | |
tree | fd1035d8816462de5e2e78594bafb7fc8c0671d2 /src/CMakeLists.txt | |
parent | 5d6073d6d93822a60274671b7a5ac5740f6ff8ea (diff) | |
download | tdesvn-976180bc549dc2cbb5875b2c6fba5cb807efc516.tar.gz tdesvn-976180bc549dc2cbb5875b2c6fba5cb807efc516.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Use common rules for build and install documentation.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 91ac206..38e6fa7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,7 +38,7 @@ link_directories( INSTALL(FILES tdesvnui.rc DESTINATION ${DATA_INSTALL_DIR}/tdesvn) INSTALL(FILES tdesvn_part.rc DESTINATION ${DATA_INSTALL_DIR}/tdesvnpart) -INSTALL(FILES tdesvn.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +tde_create_translated_desktop( tdesvn.desktop ) ##### tdesvnaskpass ############################# |