summaryrefslogtreecommitdiffstats
path: root/swaylock/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-18 17:15:19 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-18 17:15:19 -0400
commit7fb2a16275376c4e2183fa6b2cde5c6afc704103 (patch)
treed958fae88ea43df2e707830e5f6ca9bf6975a491 /swaylock/CMakeLists.txt
parentMerge pull request #519 from mikkeloscar/maintain-exec-quotes (diff)
parentMerge branch 'master' of git://github.com/SirCmpwn/sway into swaylock (diff)
downloadsway-7fb2a16275376c4e2183fa6b2cde5c6afc704103.tar.gz
sway-7fb2a16275376c4e2183fa6b2cde5c6afc704103.tar.zst
sway-7fb2a16275376c4e2183fa6b2cde5c6afc704103.zip
Merge pull request #520 from aouelete/swaylock
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(
42 DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/ 42 DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/
43 COMPONENT data 43 COMPONENT data
44) 44)
45
46add_manpage(swaylock 1)