Make asciidoc (and man pages) optional

And remove it from the build
This commit is contained in:
Drew DeVault 2017-07-04 16:00:13 -04:00 committed by Drew DeVault
parent 36fcb954bd
commit cf4ea4c86b
8 changed files with 53 additions and 37 deletions

View file

@ -23,4 +23,6 @@ install(
COMPONENT runtime
)
add_manpage(swaygrab 1)
if (A2X_FOUND)
add_manpage(swaygrab 1)
endif()