if test "x$ac_cv_path_ANTORA" = "x"; then
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: antora not found - Please install if you want build the site" >&5
-printf "%s\n" "$as_me: WARNING: antora not found - Please install if you want build the site" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: antora not found - Please install if you want build the docs" >&5
+printf "%s\n" "$as_me: WARNING: antora not found - Please install if you want build the docs" >&2;}
fi
# Check whether --enable-developer was given.
dnl #
AC_PATH_PROG(ANTORA, antora)
if test "x$ac_cv_path_ANTORA" = "x"; then
- AC_MSG_WARN([antora not found - Please install if you want build the site])
+ AC_MSG_WARN([antora not found - Please install if you want build the docs])
fi
dnl #
doc: build/docsite/sitemap.xml $(HTML_FILES)
# end of WITH_DOC
+else
+.PHONY: docsite
+docsite:
+ @echo 'make docsite' requires antora and asciidoctor.
+ @echo Please read the output of 'configure' for more information.
+ @false
endif