aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-03-24 21:50:40 +1000
committerGravatar axel <axel@liljencrantz.se>2007-03-24 21:50:40 +1000
commit8fe90e432727ca36d158033cc25af45435fdc5f7 (patch)
tree7d7eb6e6c14583d792575cd61e61be44d5423d56 /Makefile.in
parenta17019e439a8917f823b569d6527681e4316565d (diff)
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 91debcd4..21d7d612 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.