commit d1e7ac89c485a72722be53f4c933885e9a1ec167
parent 45ec4de36a6100e3ec41f0c88403400b5986895a
Author: Drew DeVault <sir@cmpwn.com>
Date: Sat, 14 Oct 2017 14:30:20 -0400
Merge pull request #1397 from johalun/manpages
Change install folder for man pages
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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()