mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Teach build_documentation.sh to look in /Applications/Doxygen.app
This commit is contained in:
parent
2188bb9b88
commit
3d1ad89963
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fi
|
||||||
# Make sure doxygen is found
|
# Make sure doxygen is found
|
||||||
DOXYGENPATH=`command -v doxygen`
|
DOXYGENPATH=`command -v doxygen`
|
||||||
if test -z "$DOXYGENPATH" ; then
|
if test -z "$DOXYGENPATH" ; then
|
||||||
for i in /usr/local/bin/doxygen /opt/bin/doxygen; do
|
for i in /usr/local/bin/doxygen /opt/bin/doxygen /Applications/Doxygen.app/Contents/Resources/doxygen ~/Applications/Doxygen.app/Contents/Resources/doxygen ; do
|
||||||
if test -f "$i"; then
|
if test -f "$i"; then
|
||||||
DOXYGENPATH="$i"
|
DOXYGENPATH="$i"
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue