From 32f04f6863d99c4017b2e2b29f09c885f5c008d0 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 23 Apr 2014 01:23:46 -0400 Subject: Converted TPS connector docs into man page. The TPS connector docs in the CS.cfg have been converted into pki-tps-connector manual page. The build scripts have been updated accordingly. Ticket #890, #950. --- base/tps-tomcat/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'base/tps-tomcat/CMakeLists.txt') diff --git a/base/tps-tomcat/CMakeLists.txt b/base/tps-tomcat/CMakeLists.txt index 58304db06..c953d8adf 100644 --- a/base/tps-tomcat/CMakeLists.txt +++ b/base/tps-tomcat/CMakeLists.txt @@ -6,6 +6,18 @@ add_subdirectory(src) add_subdirectory(setup) add_subdirectory(shared/conf) +# install manual pages +install( + DIRECTORY + man/ + DESTINATION + ${MAN_INSTALL_DIR} + FILE_PERMISSIONS + OWNER_READ OWNER_WRITE + GROUP_READ + WORLD_READ +) + # install systemd scripts install( FILES -- cgit