sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 5c3f40111a3c5ddfdd66bfda153c7962db674ed0
parent fd1a59def370be34853f3540a5e78cd82a40b7f6
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 13 Nov 2015 07:56:06 -0500

Fix man page installs

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -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 ()