diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-05 18:16:45 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-05 18:16:45 -0500 |
commit | 762a78be3ca22767b94adf5bba4668047aa80e4e (patch) | |
tree | 53cf05c4a723991b1da13f835297a2d1fb420d5e /swaygrab/CMakeLists.txt | |
parent | e39f846247c639ed1194ffeaa460acf6b7900c2c (diff) | |
parent | 99af7e7c9cf3fbf6e3b626fa7b8e20f173bd6295 (diff) |
Merge pull request #292 from christophgysin/man
move manpages to subfolders
Diffstat (limited to 'swaygrab/CMakeLists.txt')
-rw-r--r-- | swaygrab/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt index d5468cda..f664c01d 100644 --- a/swaygrab/CMakeLists.txt +++ b/swaygrab/CMakeLists.txt @@ -13,3 +13,5 @@ install( DESTINATION bin COMPONENT runtime ) + +add_manpage(swaygrab 1) |