local target="install" &&

if ! is_depends_enabled ${SPELL} scdoc; then
  target="install-newsraft install-examples"
fi &&

make PREFIX="${INSTALL_ROOT}/usr" $target
