if ! is_depends_enabled ${SPELL} asciidoctor; then
  make build-exec ${OPTS}
else
  make ${OPTS}
fi
