summaryrefslogtreecommitdiffstats
path: root/sway/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r--sway/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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(
46 DESTINATION ${FALLBACK_CONFIG_DIR} 46 DESTINATION ${FALLBACK_CONFIG_DIR}
47 COMPONENT configuration 47 COMPONENT configuration
48) 48)
49
50add_manpage(sway 1)
51add_manpage(sway 5)