Change install folder for man pages

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

@ -26,7 +26,7 @@ if (A2X_FOUND)
install( install(
FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section} FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section}
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/man/man${section} DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man${section}
COMPONENT documentation COMPONENT documentation
) )
endfunction() endfunction()

Loading…
Cancel
Save