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

@ -197,7 +197,7 @@ DOC_SRC_DIR_FILES := $(HDR_FILES_SRC) $(HELP_SRC)
# Files in ./ # Files in ./
# #
MAIN_DIR_FILES_UNSORTED := Doxyfile Doxyfile.user Doxyfile.help.in \ MAIN_DIR_FILES_UNSORTED := Doxyfile Doxyfile.user Doxyfile.help \
Makefile.in configure configure.ac config.h.in install-sh \ Makefile.in configure configure.ac config.h.in install-sh \
set_color.cpp key_reader.cpp $(MIME_OBJS:.o=.h) \ set_color.cpp key_reader.cpp $(MIME_OBJS:.o=.h) \
$(MIME_OBJS:.o=.cpp) $(FISH_OBJS:.o=.h) $(BUILTIN_FILES) \ $(MIME_OBJS:.o=.cpp) $(FISH_OBJS:.o=.h) $(BUILTIN_FILES) \
@ -842,7 +842,7 @@ rpm: fish-@PACKAGE_VERSION@.tar.bz2 fish.spec
# #
distclean: clean distclean: clean
rm -f fish.spec Doxyfile.help rm -f fish.spec
rm -f config.status config.log config.h Makefile rm -f config.status config.log config.h Makefile
rm -rf $(XSEL) rm -rf $(XSEL)
.PHONY: distclean .PHONY: distclean

View File

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