aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 03:58:24 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-11 04:20:09 +0100
commitde19fa71b6d248b48b2e0b9b5cb7eab24d913d39 (patch)
treef6aef9aab3617349df9b31c87ebc18daba012350
parent5f892499d9507de97c69e3da7b7dfa1e7432b815 (diff)
downloadyawa-de19fa71b6d248b48b2e0b9b5cb7eab24d913d39.tar.xz
Install manpage on `make install`
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index e5aa8cc..410b214 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -7,3 +7,5 @@ add_custom_target(man ALL
"${CMAKE_CURRENT_SOURCE_DIR}"
COMMENT "Building man page with Sphinx"
)
+
+INSTALL(FILES "yawa.1" DESTINATION "share/man/man1")