1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 00:43:40 +02:00

Merge pull request #1397 from johalun/manpages

Change install folder for man pages
This commit is contained in:
Drew DeVault 2017-10-14 14:30:20 -04:00 committed by GitHub
commit d1e7ac89c4

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