From: Alan T. DeKok Date: Thu, 14 Sep 2023 13:49:40 +0000 (-0400) Subject: more comments on antora and asciidoc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221ae4e30a2b8780002611442d7a553f3442bdcc;p=thirdparty%2Ffreeradius-server.git more comments on antora and asciidoc --- diff --git a/configure b/configure index 5362296e540..e30360edf25 100755 --- a/configure +++ b/configure @@ -3247,8 +3247,8 @@ fi 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. diff --git a/configure.ac b/configure.ac index a8b8c0b6253..7d75c5cc3c1 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ dnl # check for Antora 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 # diff --git a/doc/all.mk b/doc/all.mk index a4280c417a2..c72555e6674 100644 --- a/doc/all.mk +++ b/doc/all.mk @@ -318,4 +318,10 @@ pdf: $(PDF_FILES) 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