aboutsummaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-14 14:30:20 -0400
committerGitHub <noreply@github.com>2017-10-14 14:30:20 -0400
commitd1e7ac89c485a72722be53f4c933885e9a1ec167 (patch)
treeb2e1bff926edd224cdf234f0774df870df828daa /CMake
parent45ec4de36a6100e3ec41f0c88403400b5986895a (diff)
parent2588dede77303010ebfd14d8882eed4bcb656a1a (diff)
Merge pull request #1397 from johalun/manpages
Change install folder for man pages
Diffstat (limited to 'CMake')
-rw-r--r--CMake/Manpage.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Manpage.cmake b/CMake/Manpage.cmake
index cc04d710..bbd6f2dc 100644
--- a/CMake/Manpage.cmake
+++ b/CMake/Manpage.cmake
@@ -26,7 +26,7 @@ if (A2X_FOUND)
install(
FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section}
- DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/man/man${section}
+ DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man${section}
COMPONENT documentation
)
endfunction()