aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-27 12:04:06 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-27 12:04:06 +1000
commit8cf46bdb5c442ae35a70d9bafc1127dd3048b74c (patch)
treef5af9759629cb48208abe93bea5a218f2b2d09d9 /Makefile.in
parent5e6d1efb560a137badf65d91092457e181fdc3fb (diff)
Add make target for vuilding svn and cvs completions
darcs-hash:20070127020406-ac50b-a5dee791cf05cf76dd23395deee5e2d9f347c71b.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 299445c1..e23d3c5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -829,6 +829,12 @@ share/completions/darcs.fish: make_mercurial_completions.fish
share/completions/hg.fish: make_mercurial_completions.fish
./make_mercurial_completions.fish hg >$@
+share/completions/svn.fish: make_mercurial_completions.fish
+ ./make_mercurial_completions.fish svn >$@
+
+share/completions/cvs.fish: make_mercurial_completions.fish
+ ./make_mercurial_completions.fish cvs >$@
+
#
# Create .rpm file for the current systems architecture and an
# .src.rpm file.