diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-16 12:22:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-18 12:03:21 +0200 |
commit | 839233498639cbf53b00d60f13e07db2d47f150a (patch) | |
tree | acece31d8af3a19a8647ecc0c8704e57d227a0e5 /doc/man | |
parent | 029ebf59a26d05bd8fd6a29535b578cd7f4f75ca (diff) | |
download | kdiff3-839233498639cbf53b00d60f13e07db2d47f150a.tar.gz kdiff3-839233498639cbf53b00d60f13e07db2d47f150a.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 <slavek.banko@axis.cz>
Diffstat (limited to 'doc/man')
-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 -) |