From 7158ce25386df1dec857d856934f129f14731912 Mon Sep 17 00:00:00 2001 From: Nestal Wan Date: Wed, 20 Jun 2012 22:57:23 +0800 Subject: [PATCH] added rules for installing the man page --- grive/CMakeLists.txt | 1 + {doc => grive/doc}/grive.1 | 0 2 files changed, 1 insertion(+) rename {doc => grive/doc}/grive.1 (100%) 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