sway

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

commit 99af7e7c9cf3fbf6e3b626fa7b8e20f173bd6295
parent 7a1c8c2939c8581bb47323513b91a94aebf62b36
Author: Christoph Gysin <christoph.gysin@gmail.com>
Date:   Wed,  2 Dec 2015 12:47:34 +0200

move manpages to subfolders

Diffstat:
MCMakeLists.txt | 8++------
Msway/CMakeLists.txt | 3+++
Rsway.1.txt -> sway/sway.1.txt | 0
Rsway.5.txt -> sway/sway.5.txt | 0
Mswaygrab/CMakeLists.txt | 2++
Rswaygrab.1.txt -> swaygrab/swaygrab.1.txt | 0
Mswaymsg/CMakeLists.txt | 2++
Rswaymsg.1.txt -> swaymsg/swaymsg.1.txt | 0
8 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -49,6 +49,8 @@ find_package(WLC REQUIRED) find_package(Wayland REQUIRED) find_package(XKBCommon REQUIRED) +include(Manpage) + include_directories(include) add_subdirectory(protocols) @@ -61,12 +63,6 @@ add_subdirectory(swaymsg) add_subdirectory(swaygrab) add_subdirectory(swaybar) -include(Manpage) -add_manpage(sway 1) -add_manpage(sway 5) -add_manpage(swaymsg 1) -add_manpage(swaygrab 1) - install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/sway.desktop DESTINATION share/wayland-sessions diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt @@ -46,3 +46,6 @@ install( DESTINATION ${FALLBACK_CONFIG_DIR} COMPONENT configuration ) + +add_manpage(sway 1) +add_manpage(sway 5) diff --git a/sway.1.txt b/sway/sway.1.txt diff --git a/sway.5.txt b/sway/sway.5.txt diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt @@ -13,3 +13,5 @@ install( DESTINATION bin COMPONENT runtime ) + +add_manpage(swaygrab 1) diff --git a/swaygrab.1.txt b/swaygrab/swaygrab.1.txt diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt @@ -12,3 +12,5 @@ install( DESTINATION bin COMPONENT runtime ) + +add_manpage(swaymsg 1) diff --git a/swaymsg.1.txt b/swaymsg/swaymsg.1.txt