efl: cosmetic change to documentation summary.

SVN revision: 77813
This commit is contained in:
Gustavo Sverzut Barbieri 2012-10-10 21:02:23 +00:00
parent 6b442ed85d
commit c2d88b1a3b
1 changed files with 3 additions and 1 deletions

View File

@ -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