Made autoconf stop generating Doxyfile.help in preparation for Xcode documentation build phase

This commit is contained in:
ridiculousfish
2012-12-26 23:48:11 -08:00
parent efe9c82bc6
commit a697b2b60e
3 changed files with 3 additions and 3 deletions

View File

@@ -937,7 +937,7 @@ case $target_os in
esac
# Tell the world what we know
AC_CONFIG_FILES([Makefile fish.spec Doxyfile.help seq])
AC_CONFIG_FILES([Makefile fish.spec seq])
AC_OUTPUT
if test ! x$local_found_posix_switch = xyes; then