diff options
author | Slávek Banko <[email protected]> | 2021-07-16 12:22:07 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-18 15:18:20 +0200 |
commit | 06443899af23ee1fe620967ca4b9b883626eb1c3 (patch) | |
tree | fffe90c251b7df84b16e769b890dd9d1a304e062 /doc/man/CMakeLists.txt | |
parent | a1af937098d67b18d2cf21030643efd5b49a1cca (diff) | |
download | kdiff3-06443899af23ee1fe620967ca4b9b883626eb1c3.tar.gz kdiff3-06443899af23ee1fe620967ca4b9b883626eb1c3.zip |
Use common rules for build and install documentation and translations.
Customized copy of the usual en/common directory deleted because the
standard version from tdelibs is always used for TDE version.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 839233498639cbf53b00d60f13e07db2d47f150a)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt deleted file mode 100644 index 8512250..0000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -INSTALL( - FILES ${PROJECT_NAME}.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) |