From a697b2b60e5833ed733f4d42e662d0cf410d7f6f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 26 Dec 2012 23:48:11 -0800 Subject: [PATCH] Made autoconf stop generating Doxyfile.help in preparation for Xcode documentation build phase --- Doxyfile.help.in => Doxyfile.help | 0 Makefile.in | 4 ++-- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Doxyfile.help.in => Doxyfile.help (100%) diff --git a/Doxyfile.help.in b/Doxyfile.help similarity index 100% rename from Doxyfile.help.in rename to Doxyfile.help diff --git a/Makefile.in b/Makefile.in index 7ef64e90b..dd873708a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -197,7 +197,7 @@ DOC_SRC_DIR_FILES := $(HDR_FILES_SRC) $(HELP_SRC) # 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 \ set_color.cpp key_reader.cpp $(MIME_OBJS:.o=.h) \ $(MIME_OBJS:.o=.cpp) $(FISH_OBJS:.o=.h) $(BUILTIN_FILES) \ @@ -842,7 +842,7 @@ rpm: fish-@PACKAGE_VERSION@.tar.bz2 fish.spec # distclean: clean - rm -f fish.spec Doxyfile.help + rm -f fish.spec rm -f config.status config.log config.h Makefile rm -rf $(XSEL) .PHONY: distclean diff --git a/configure.ac b/configure.ac index db437ff3b..3a603f885 100644 --- a/configure.ac +++ b/configure.ac @@ -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