From 8fe90e432727ca36d158033cc25af45435fdc5f7 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 24 Mar 2007 21:50:40 +1000 Subject: [PATCH] Include the make_vcs_completions.fish file that is used to generate various completiosn with the main tarball. Nick Pilon pointed out that it was missing. This patch also removes the make target for the file, which was used to chmod it, which is not needed since it is not used in the build chain. darcs-hash:20070324115040-ac50b-d5b525be925d1a738b9ca6252c89e662a02a9e44.gz --- Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 91debcd40..21d7d612b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -189,7 +189,7 @@ MAIN_DIR_FILES_UNSORTED := Doxyfile Doxyfile.user Doxyfile.help.in \ $(COMMON_FILES) $(COMMON_FILES:.c=.h) $(FISH_OBJS:.o=.c) \ fish.spec.in INSTALL README user_doc.head.html xsel-0.9.6.tar \ ChangeLog config.sub config.guess fish_tests.c main.c fish_pager.c \ - fishd.c seq.in + fishd.c seq.in make_vcs_completions.fish # # The sorting is not meaningful in itself, but it has the side effect @@ -546,10 +546,6 @@ install-sh: if test -x $@; then true; else chmod 755 $@; fi .PHONY: install-sh -make_mercurial_completions.fish: - if test -x $@; then true; else chmod 755 $@; fi -.PHONY: make_mercurial_completions.fish - # # Try to install after checking for incompatible installed versions.