diff options
| author | Drew DeVault <[email protected]> | 2017-10-14 15:16:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-14 15:16:15 -0400 |
| commit | 55d8a77dd87f4ead0ecb77e777d04ce8de841a31 (patch) | |
| tree | 22213dec90d9a772be22125f4c044114d7b9cb94 /CMake | |
| parent | 5a63f0f57b056a92dcc9c596d7c4856322df52d0 (diff) | |
| parent | d1e7ac89c485a72722be53f4c933885e9a1ec167 (diff) | |
Merge branch 'master' into freebsd-fix
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/Manpage.cmake | 2 |
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() |
