diff --git a/Makefile.in b/Makefile.in index 299445c14..e23d3c5d7 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.