summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-09-02 13:48:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-09-02 13:51:24 +0200
commitf53f788c4db2ef4b141fa5816f6ea2b41c9627d6 (patch)
treeb627feac016f6a416302dd2996be9b3fa617fb77 /configure.ac
parentf58493487c9517168a4d1d6317bd6dca7dfd0cb8 (diff)
downloadptxdist-f53f788c4db2ef4b141fa5816f6ea2b41c9627d6.tar.gz
ptxdist-f53f788c4db2ef4b141fa5816f6ea2b41c9627d6.tar.xz
doc: clarify doc generation
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7df0c1ac8..5348db8a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -284,7 +284,7 @@ if test -z "$SPHINX"; then
AC_MSG_NOTICE([sphinx not found, required to build the documentation])
SPHINX=sphinx-build
else
- AC_MSG_NOTICE([sphinx found, run 'make docs' to get documentation])
+ AC_MSG_NOTICE([sphinx found, run 'ptxdist docs-html' to get documentation])
fi
AC_SUBST(SPHINX)