From c2d88b1a3b56df39e3fa4a13df002062c519031b Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 10 Oct 2012 21:02:23 +0000 Subject: [PATCH] efl: cosmetic change to documentation summary. SVN revision: 77813 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d70b513c01..ab26cb80df 100644 --- a/configure.ac +++ b/configure.ac @@ -869,7 +869,6 @@ echo " Cryptographic System.: ${build_crypto}" if test "x${have_windows}" = "xyes" ; then echo " Windows version......: ${_efl_windows_version}" fi -echo " Documentation........: ${build_doc}" echo echo "Compilation............: make (or gmake)" echo " CPPFLAGS.............: $CPPFLAGS" @@ -879,6 +878,9 @@ echo " LDFLAGS..............: $LDFLAGS" echo echo "Tests..................: make check (Coverage: ${_efl_enable_coverage})" echo "Examples...............: make examples (also install-examples)" +if test "x${build_doc}" = "xyes"; then +echo "Documentation..........: make doc" +fi echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')" echo " prefix...............: $prefix" echo