summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--doc/including_bsp_doc.inc3
2 files changed, 4 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)
diff --git a/doc/including_bsp_doc.inc b/doc/including_bsp_doc.inc
index 714dc8b89..c24e40e27 100644
--- a/doc/including_bsp_doc.inc
+++ b/doc/including_bsp_doc.inc
@@ -72,3 +72,6 @@ The command:
will build the Latex based documentation which results into the final
*Portable Document Format* document. This result can be found in
``Documentation/latex/``.
+
+Both commands can be executed in the BSP or the toplevel PTXdist directory
+to create the BSP specific or generic documentation respectively.