mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01: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}")
|
||||
|
||||
install(
|
||||
FILES "${CMAKE_CURRENT_BINARY_DIR}/${name}.${section}"
|
||||
FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section}"
|
||||
DESTINATION "share/man/man${section}"
|
||||
COMPONENT documentation)
|
||||
endfunction ()
|
||||
|
Loading…
Reference in New Issue
Block a user