diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-25 16:24:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-25 16:25:07 +0200 |
commit | 127f8c97e963940946ef1db5db17c216156ba1cb (patch) | |
tree | c771430b1d78d568c8ac5bf0f1796a48901d455d /doc/man/CMakeLists.txt | |
parent | be1ceff19be3008ed0607176470a3792bc9ffde7 (diff) | |
download | knowit-127f8c97.tar.gz knowit-127f8c97.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 9a6c286dce7aad505bb5b18696365aaa06b2dde8)
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 -) |