summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2018-12-05 12:40:07 +0100
committerSlávek Banko <[email protected]>2018-12-09 18:28:43 +0100
commit9004ae5427c4b939d7fbf21a7ab275181d534175 (patch)
tree5a4a56b0278c9ce7292d6a08115e5d7dd09a52a7 /doc/man/CMakeLists.txt
parent159af1d7343f59679cc0e7e612d98bb46ffc9230 (diff)
downloadknowit-9004ae5427c4b939d7fbf21a7ab275181d534175.tar.gz
knowit-9004ae5427c4b939d7fbf21a7ab275181d534175.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rwxr-xr-xdoc/man/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100755
index 0000000..8512250
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)