Change install folder for man pages

master
Johannes Lundberg 7 years ago
parent 45ec4de36a
commit 2588dede77

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

Loading…
Cancel
Save