local targets="install" &&

if is_depends_enabled ${SPELL} asciidoc; then
  targets="${targets} install-doc"
fi &&

make prefix="${INSTALL_ROOT}/usr" ${targets}
