aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Doxyfile.help (renamed from Doxyfile.help.in)0
-rw-r--r--Makefile.in4
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.help.in b/Doxyfile.help
index f5ed20c6..f5ed20c6 100644
--- a/Doxyfile.help.in
+++ b/Doxyfile.help
diff --git a/Makefile.in b/Makefile.in
index 7ef64e90..dd873708 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 db437ff3..3a603f88 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