Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-04-04 02:18:49 +0400
committerJunio C Hamano <junkio@cox.net>2006-04-04 11:09:45 +0400
commit5f2f4240022418e9a75505f11298db54a5da12d2 (patch)
treef69a46bfb437ce6e934369e304dce342b969baa0 /contrib
parent5941a9e9d882b12dcc2a80e55acb25c180475529 (diff)
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>
Diffstat (limited to 'contrib')
-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 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: