mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 17:27:58 +08:00
Revert 60b9f8d..e4d6eaf
This rolls back to commit 60b9f8db18b8889c3db864e443ee113d897bfe72.
This commit is contained in:
parent
afdabd97ff
commit
14a7118499
@ -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
|
||||
|
||||
|
@ -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}'"
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user