diff options
| author | Drew DeVault <sir@cmpwn.com> | 2016-03-18 17:15:19 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2016-03-18 17:15:19 -0400 |
| commit | 7fb2a16275376c4e2183fa6b2cde5c6afc704103 (patch) | |
| tree | d958fae88ea43df2e707830e5f6ca9bf6975a491 /swaylock/CMakeLists.txt | |
| parent | 378a45cec23b76732a19d0027e1bba3ef2bf3752 (diff) | |
| parent | 8af6a419ec6f4cfc596aabd5c820e7033cc760c4 (diff) | |
Merge pull request #520 from aouelete/swaylock
Add a manpage for swaylock
Diffstat (limited to 'swaylock/CMakeLists.txt')
| -rw-r--r-- | swaylock/CMakeLists.txt | 2 |
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) |
