diff --git a/grive/CMakeLists.txt b/grive/CMakeLists.txt index b51bc8d..cde3578 100644 --- a/grive/CMakeLists.txt +++ b/grive/CMakeLists.txt @@ -27,3 +27,4 @@ set_target_properties( grive_executable ) install(TARGETS grive_executable RUNTIME DESTINATION bin) +install(FILES doc/grive.1 DESTINATION share/man/man1 ) diff --git a/doc/grive.1 b/grive/doc/grive.1 similarity index 100% rename from doc/grive.1 rename to grive/doc/grive.1