summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-16 12:22:07 +0200
committerSlávek Banko <[email protected]>2021-07-18 15:18:20 +0200
commit06443899af23ee1fe620967ca4b9b883626eb1c3 (patch)
treefffe90c251b7df84b16e769b890dd9d1a304e062 /doc/man/CMakeLists.txt
parenta1af937098d67b18d2cf21030643efd5b49a1cca (diff)
downloadkdiff3-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.txt5
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
-)