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
parent 496cec3cb7
commit 23a1e94402
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()