diff options
author | Slávek Banko <[email protected]> | 2022-11-09 22:29:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-11-09 22:29:42 +0100 |
commit | 976180bc549dc2cbb5875b2c6fba5cb807efc516 (patch) | |
tree | fd1035d8816462de5e2e78594bafb7fc8c0671d2 /doc/man/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 <[email protected]>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt deleted file mode 100644 index 69494f2..0000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -SET(MANFILES - tdesvn.1 - tdesvnaskpass.1) - -INSTALL(FILES - ${MANFILES} - DESTINATION share/man/man1) - |