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 4cdbb38708
commit 4216d86492

View File

@ -46,4 +46,6 @@ install(
COMPONENT data
)
add_manpage(swaylock 1)
if (A2X_FOUND)
add_manpage(swaylock 1)
endif()