aboutsummaryrefslogtreecommitdiff
path: root/swaylock/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Ouellette <aouellette2016@gmail.com>2016-03-01 10:23:45 -0500
committerAaron Ouellette <aouellette2016@gmail.com>2016-03-01 10:23:45 -0500
commit133009b652e794bee083dbeb2fbdd2db787e84c6 (patch)
tree2a38d8de9d2c735a49a2715d5100e2ec57f8b23e /swaylock/CMakeLists.txt
parent79bfd620d6f7a3d089898ec6391411c2c6b22668 (diff)
add a manpage for swaylock
Diffstat (limited to 'swaylock/CMakeLists.txt')
-rw-r--r--swaylock/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/swaylock/CMakeLists.txt b/swaylock/CMakeLists.txt
index ff76cdbc..08c893ca 100644
--- a/swaylock/CMakeLists.txt
+++ b/swaylock/CMakeLists.txt
@@ -42,3 +42,5 @@ install(
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/
COMPONENT data
)
+
+add_manpage(swaylock 1)