davemds pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3a6aed8017dbb2dc60df71b45e5e62c26a929ebb
commit 3a6aed8017dbb2dc60df71b45e5e62c26a929ebb Author: davemds <[email protected]> Date: Sat Feb 8 21:32:02 2014 +0100 Show docs info/instructions in config summary --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index e7e6180..72e1c47 100644 --- a/configure.ac +++ b/configure.ac @@ -767,6 +767,11 @@ echo "Tests......................: no" else echo "Tests......................: make check" fi +if test "${build_doc}" = "no"; then +echo "Docs.......................: no (doxygen not found)" +else +echo "Docs.......................: make doc" +fi echo echo "Installation...............: make install (as root if needed, with 'su' or 'sudo')" echo " prefix...................: $prefix" --
