diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 03:58:24 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:20:09 +0100 |
commit | de19fa71b6d248b48b2e0b9b5cb7eab24d913d39 (patch) | |
tree | f6aef9aab3617349df9b31c87ebc18daba012350 | |
parent | 5f892499d9507de97c69e3da7b7dfa1e7432b815 (diff) | |
download | yawa-de19fa71b6d248b48b2e0b9b5cb7eab24d913d39.tar.xz |
Install manpage on `make install`
-rw-r--r-- | doc/CMakeLists.txt | 2 |
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") |