aboutsummaryrefslogtreecommitdiff
path: root/man/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r--man/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index 639b9ed..462a831 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -5,7 +5,7 @@ if(ENABLE_LIBRESSL_INSTALL)
5 ) 5 )
6 6
7 install(DIRECTORY . 7 install(DIRECTORY .
8 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 8 DESTINATION ${CMAKE_INSTALL_MANDIR}/man5
9 FILES_MATCHING PATTERN "*.1" 9 FILES_MATCHING PATTERN "*.5"
10 ) 10 )
11endif(ENABLE_LIBRESSL_INSTALL) 11endif(ENABLE_LIBRESSL_INSTALL)