diff options
author | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-06 23:11:11 -0700 |
---|---|---|
committer | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-06 23:11:11 -0700 |
commit | a4d80ca56acc05b92be6015a50cae3d46f081440 (patch) | |
tree | 8766676bb4d08cffc7eff748b76c6e0530892b76 /man | |
parent | 2557dd7439806448ad41b7bc5f175f4ed4f74d9c (diff) | |
parent | 334245374a084ba175225c209ac9e18af5a60150 (diff) | |
download | portable-a4d80ca56acc05b92be6015a50cae3d46f081440.tar.gz portable-a4d80ca56acc05b92be6015a50cae3d46f081440.tar.bz2 portable-a4d80ca56acc05b92be6015a50cae3d46f081440.zip |
Merge branch 'master' of https://github.com/libressl-portable/portable into SkipInstall
Fix merge conflicts from GNUInstallDirs merge to master.
Diffstat (limited to '')
-rw-r--r-- | man/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index f08091c..639b9ed 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt | |||
@@ -1,11 +1,11 @@ | |||
1 | if(ENABLE_LIBRESSL_INSTALL) | 1 | if(ENABLE_LIBRESSL_INSTALL) |
2 | install(DIRECTORY . | 2 | install(DIRECTORY . |
3 | DESTINATION share/man/man3 | 3 | DESTINATION ${CMAKE_INSTALL_MANDIR}/man3 |
4 | FILES_MATCHING PATTERN "*.3" | 4 | FILES_MATCHING PATTERN "*.3" |
5 | ) | 5 | ) |
6 | 6 | ||
7 | install(DIRECTORY . | 7 | install(DIRECTORY . |
8 | DESTINATION share/man/man1 | 8 | DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 |
9 | FILES_MATCHING PATTERN "*.1" | 9 | FILES_MATCHING PATTERN "*.1" |
10 | ) | 10 | ) |
11 | endif(ENABLE_LIBRESSL_INSTALL) | 11 | endif(ENABLE_LIBRESSL_INSTALL) |