aboutsummaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-14 15:16:15 -0400
committerGitHub <noreply@github.com>2017-10-14 15:16:15 -0400
commit55d8a77dd87f4ead0ecb77e777d04ce8de841a31 (patch)
tree22213dec90d9a772be22125f4c044114d7b9cb94 /CMake
parent5a63f0f57b056a92dcc9c596d7c4856322df52d0 (diff)
parentd1e7ac89c485a72722be53f4c933885e9a1ec167 (diff)
Merge branch 'master' into freebsd-fix
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()