From 07f8fc7697ca387ae84d8b9c9755b087f481931c Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 5 Aug 2014 18:09:15 +0100 Subject: Update autoconf and README for Doxygen 1.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3 From 14a711849925748aa48b6512b1a0ad106d3b00f0 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 5 Aug 2014 18:43:33 +0100 Subject: Revert 60b9f8d..e4d6eaf This rolls back to commit 60b9f8db18b8889c3db864e443ee113d897bfe72. --- README.md | 2 +- build_tools/build_documentation.sh | 6 ------ configure.ac | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2cbd6632..b69b8dbe 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.8 or newer. +Building the documentation requires Doxygen 1.5 or newer. ### Autotools Build diff --git a/build_tools/build_documentation.sh b/build_tools/build_documentation.sh index 77eaad68..2705898e 100755 --- a/build_tools/build_documentation.sh +++ b/build_tools/build_documentation.sh @@ -68,12 +68,6 @@ if test -z "$DOXYGENPATH"; then exit 0 fi -# Check we have the lexicon filter -if test -z "$INPUT_FILTER"; then - echo >&2 "Lexicon filter is not available. Continuing without." - INPUTFILTER='' -fi - # Determine where our output should go if ! mkdir -p "${OUTPUTDIR}" ; then echo "Could not create output directory '${OUTPUTDIR}'" diff --git a/configure.ac b/configure.ac index f36e2602..037ee8fa 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.8 +doxygen_minimum=1.5 AC_ARG_WITH( doxygen, -- cgit v1.2.3 From 9b799312654edc82596feb2af935bbf4aedf3adb Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 5 Aug 2014 18:46:14 +0100 Subject: Update configure.ac and README for Doxygen 1.8 --- README.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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, -- cgit v1.2.3