From cf15edc1f6e21297544371d2fa997adb633d61eb Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 6 Jul 2010 19:16:58 +0200 Subject: Added install rules for man pages --- plugin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index 711fb05..d644961 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -78,6 +78,7 @@ TARGET_LINK_LIBRARIES(eurephia-auth dl pthread rt crypto common) # Install rules INSTALL(TARGETS eurephia-auth LIBRARY DESTINATION ${PLUGINDIR}) +INSTALL(FILES eurephia-auth.7 DESTINATION ${MANDIR}/man7) # If subdirs contains more directories with build/install rules, do that IF(subdirs) -- cgit