summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-02-14 14:09:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-15 02:01:23 +0100
commitb4d4a134c7be429dba32e29221dd8a529f231b67 (patch)
treebd266c05054d7e151c87a1a24b6ff135a4e86544 /doc/man/CMakeLists.txt
parent2aebb287fa8672fd2a8b461c0eee6f020776c5c3 (diff)
downloaddolphin-b4d4a134c7be429dba32e29221dd8a529f231b67.tar.gz
dolphin-b4d4a134c7be429dba32e29221dd8a529f231b67.zip
resolves issue #2, add a man page
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 351ba2f534298c1caaeb6eb039922d3820df7ddf)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r--doc/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 100644
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
+)