From: Ralph Giles Date: Mon, 28 Mar 2016 20:05:17 +0000 (-0700) Subject: Update doxygen message. X-Git-Tag: v1.3.6~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bbe49dc947ea9f1532273644348c53054ca214a;p=platform%2Fupstream%2Flibvorbis.git Update doxygen message. Configure only looks for doxygen if --enable-docs is passed, so report that as the issue instead. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index cfc9bbc..1745901 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -107,7 +107,7 @@ doxygen-build.stamp: Doxyfile $(top_srcdir)/include/vorbis/*.h touch doxygen-build.stamp else doxygen-build.stamp: - echo "*** Warning: Doxygen not found; documentation will not be built." + echo "*** Warning: Documentation build is disabled." touch doxygen-build.stamp endif