summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2016-03-28 13:05:17 -0700
committerRalph Giles <giles@thaumas.net>2016-03-28 13:05:17 -0700
commit5bbe49dc947ea9f1532273644348c53054ca214a (patch)
tree107b4424a5a5298b4821801d5887368f4c3a5444
parent7faae7fe0d4898fb97f9996d9904ea72648e4f6b (diff)
downloadlibvorbis-git-5bbe49dc947ea9f1532273644348c53054ca214a.tar.gz
Update doxygen message.
Configure only looks for doxygen if --enable-docs is passed, so report that as the issue instead.
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cfc9bbca..17459016 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