aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-04-03 15:18:49 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-04 00:09:45 -0700
commit5f2f4240022418e9a75505f11298db54a5da12d2 (patch)
treef69a46bfb437ce6e934369e304dce342b969baa0
parent5941a9e9d882b12dcc2a80e55acb25c180475529 (diff)
downloadgit-5f2f4240022418e9a75505f11298db54a5da12d2.tar.gz
git-5f2f4240022418e9a75505f11298db54a5da12d2.tar.xz
contrib/git-svn: make sure our git-svn is up-to-date for test
Bugs like the last one could've been avoided if it weren't for this... Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--contrib/git-svn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/git-svn/Makefile b/contrib/git-svn/Makefile
index d7f1643bf..acedf7305 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: