mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Change install folder for man pages
This commit is contained in:
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…
Reference in a new issue