diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-26 10:36:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-26 10:36:51 +0200 |
commit | f67febb9bb6eb2ff9eb5e5774f0fe84ccf85b018 (patch) | |
tree | a32ede2c3fa8ec40c230f89eae2c09bee599b458 /doc/man | |
parent | 701a618d1a64bfaaa134e86ae6114b444dae8df1 (diff) | |
download | kiosktool-f67febb9.tar.gz kiosktool-f67febb9.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6829385342ddce5d89bb36c33f3210c01fbc43f4)
Diffstat (limited to 'doc/man')
-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 3566987..0000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -INSTALL( - FILES - ${PROJECT_NAME}.1 - ${PROJECT_NAME}-tdedirs.1 - - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) |