diff options
author | Slávek Banko <[email protected]> | 2021-07-25 16:24:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-25 16:25:07 +0200 |
commit | 127f8c97e963940946ef1db5db17c216156ba1cb (patch) | |
tree | c771430b1d78d568c8ac5bf0f1796a48901d455d /doc/man | |
parent | be1ceff19be3008ed0607176470a3792bc9ffde7 (diff) | |
download | knowit-127f8c97e963940946ef1db5db17c216156ba1cb.tar.gz knowit-127f8c97e963940946ef1db5db17c216156ba1cb.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9a6c286dce7aad505bb5b18696365aaa06b2dde8)
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 -) |