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 /CMakeLists.txt | |
| parent | 7a1c8c2939c8581bb47323513b91a94aebf62b36 (diff) | |
move manpages to subfolders
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 2 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 |
