summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-30 16:01:42 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-30 16:01:42 +0100
commit9ab5d687175d70af5145379608c34f9832043932 (patch)
treec439f7409ebe015bee8fd1b059f3cad143c7cbf8 /doc/man/CMakeLists.txt
parent353797953630060e3171b242456f9447542ce47b (diff)
downloadktechlab-9ab5d687175d70af5145379608c34f9832043932.tar.gz
ktechlab-9ab5d687175d70af5145379608c34f9832043932.zip
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r--doc/man/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index 5c8c2e4..0000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-##### man pages
-
-INSTALL(
- FILES ${PROJECT_NAME}.1 microbe.1
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)