aboutsummaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-14 14:30:20 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-16 21:03:39 -0400
commit51398e14e737ee3475810860151f411b2d9864e5 (patch)
treeb2e1bff926edd224cdf234f0774df870df828daa /CMake
parent6056d654c8ab7c2248c12943f4cf17b32e832ed6 (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()