Change install folder for man pages

This commit is contained in:
Johannes Lundberg 2017-10-14 19:09:48 +02:00
parent 45ec4de36a
commit 2588dede77

View file

@ -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()