diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-04 00:21:50 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-04 00:21:50 -0700 |
commit | b411fda15df4897a1308bbb5950088ea6138cbad (patch) | |
tree | 7cd4fe3dee5f6f330263d1a4e10b23ec2d94dff5 /contrib/git-svn/Makefile | |
parent | Merge branch 'lt/fix-sol-pack' into next (diff) | |
parent | Clean-up trivially redundant diff. (diff) | |
download | tgif-b411fda15df4897a1308bbb5950088ea6138cbad.tar.xz |
Merge early part of 'jc/combine' branch
Diffstat (limited to 'contrib/git-svn/Makefile')
-rw-r--r-- | contrib/git-svn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/git-svn/Makefile b/contrib/git-svn/Makefile index d7f1643bf7..acedf7305e 100644 --- a/contrib/git-svn/Makefile +++ b/contrib/git-svn/Makefile @@ -28,7 +28,7 @@ git-svn.xml : git-svn.txt git-svn.html : git-svn.txt asciidoc -b xhtml11 -d manpage \ -f ../../Documentation/asciidoc.conf $< -test: +test: git-svn cd t && $(SHELL) ./t0000-contrib-git-svn.sh clean: |