diff options
author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-02 12:47:34 +0200 |
---|---|---|
committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-02 12:49:01 +0200 |
commit | 99af7e7c9cf3fbf6e3b626fa7b8e20f173bd6295 (patch) | |
tree | 2064357a24faf45ec40ef38475d6a81f13f5eb3f | |
parent | 7a1c8c2939c8581bb47323513b91a94aebf62b36 (diff) |
move manpages to subfolders
-rw-r--r-- | CMakeLists.txt | 8 | ||||
-rw-r--r-- | sway/CMakeLists.txt | 3 | ||||
-rw-r--r-- | sway/sway.1.txt (renamed from sway.1.txt) | 0 | ||||
-rw-r--r-- | sway/sway.5.txt (renamed from sway.5.txt) | 0 | ||||
-rw-r--r-- | swaygrab/CMakeLists.txt | 2 | ||||
-rw-r--r-- | swaygrab/swaygrab.1.txt (renamed from swaygrab.1.txt) | 0 | ||||
-rw-r--r-- | swaymsg/CMakeLists.txt | 2 | ||||
-rw-r--r-- | swaymsg/swaymsg.1.txt (renamed from swaymsg.1.txt) | 0 |
8 files changed, 9 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75c61c2a..1ae7bf26 100644 --- 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 index 49ed24e7..aa553492 100644 --- 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 index 402b2d77..402b2d77 100644 --- a/sway.1.txt +++ b/sway/sway.1.txt diff --git a/sway.5.txt b/sway/sway.5.txt index 24467d22..24467d22 100644 --- a/sway.5.txt +++ b/sway/sway.5.txt diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt index d5468cda..f664c01d 100644 --- 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 index cd4b8bd2..cd4b8bd2 100644 --- a/swaygrab.1.txt +++ b/swaygrab/swaygrab.1.txt diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt index 2481b280..06939991 100644 --- 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 index 984780fa..984780fa 100644 --- a/swaymsg.1.txt +++ b/swaymsg/swaymsg.1.txt |