mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 08:05:51 +08:00
Made autoconf stop generating Doxyfile.help in preparation for Xcode documentation build phase
This commit is contained in:
parent
efe9c82bc6
commit
a697b2b60e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user