Skip to content

Commit

Permalink
contrib/git-svn: make sure our git-svn is up-to-date for test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Wong authored and Junio C Hamano committed Apr 4, 2006
1 parent 5941a9e commit 5f2f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/git-svn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f2f424

Please sign in to comment.