diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-07-04 16:00:13 -0400 |
|---|---|---|
| committer | Drew DeVault <ddevault@vistarmedia.com> | 2017-07-11 20:08:06 -0400 |
| commit | cf4ea4c86b2023e3d1f9fa54b9e1dcf2fc27ef3d (patch) | |
| tree | 511bae3020cb9a9293feed881b853f5d7828e801 /swaygrab | |
| parent | 36fcb954bd244007609593e043a9b2d212f486de (diff) | |
Make asciidoc (and man pages) optional
And remove it from the build
Diffstat (limited to 'swaygrab')
| -rw-r--r-- | swaygrab/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt index a5e91e9c..42806cae 100644 --- a/swaygrab/CMakeLists.txt +++ b/swaygrab/CMakeLists.txt @@ -23,4 +23,6 @@ install( COMPONENT runtime ) -add_manpage(swaygrab 1) +if (A2X_FOUND) + add_manpage(swaygrab 1) +endif() |
