mirror of
https://github.com/swaywm/sway.git
synced 2024-11-17 21:49:16 +00:00
Fix man page installs
This commit is contained in:
parent
fd1a59def3
commit
5c3f40111a
|
@ -92,7 +92,7 @@ function (add_manpage name section)
|
||||||
"man-${name}.${section}")
|
"man-${name}.${section}")
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES "${CMAKE_CURRENT_BINARY_DIR}/${name}.${section}"
|
FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section}"
|
||||||
DESTINATION "share/man/man${section}"
|
DESTINATION "share/man/man${section}"
|
||||||
COMPONENT documentation)
|
COMPONENT documentation)
|
||||||
endfunction ()
|
endfunction ()
|
||||||
|
|
Loading…
Reference in a new issue