Merge branch 'master' into freebsd-fix

This commit is contained in:
Drew DeVault 2017-10-14 15:16:15 -04:00 committed by GitHub
commit 55d8a77dd8

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