aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b69b8dbe..2cbd6632 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ fish depends on a curses implementation, such as ncurses. The headers and librar
fish requires gettext for translation support.
-Building the documentation requires Doxygen 1.5 or newer.
+Building the documentation requires Doxygen 1.8 or newer.
### Autotools Build
diff --git a/configure.ac b/configure.ac
index 037ee8fa..f36e2602 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,7 +146,7 @@ AS_IF([test x$local_gettext != xno],
# Build/clean the documentation only if Doxygen is available
#
-doxygen_minimum=1.5
+doxygen_minimum=1.8
AC_ARG_WITH(
doxygen,