X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fgit-svn%2FMakefile;h=48f60b3a0dac5c92b3f3b8a9891cc112fa76f09e;hb=481176f752f204316ec570c8ab3fdf0c297b3259;hp=a330c617d2bb4ffe0da111efeac698ccbc37e765;hpb=7465ef5155cec830a34dcffdd8272d4beb243220;p=git.git diff --git a/contrib/git-svn/Makefile b/contrib/git-svn/Makefile index a330c617..48f60b3a 100644 --- a/contrib/git-svn/Makefile +++ b/contrib/git-svn/Makefile @@ -25,8 +25,12 @@ git-svn.1 : git-svn.xml git-svn.xml : git-svn.txt asciidoc -b docbook -d manpage \ -f ../../Documentation/asciidoc.conf $< -test: +git-svn.html : git-svn.txt + asciidoc -b xhtml11 -d manpage \ + -f ../../Documentation/asciidoc.conf $< +test: git-svn cd t && $(SHELL) ./t0000-contrib-git-svn.sh + cd t && $(SHELL) ./t0001-contrib-git-svn-props.sh clean: rm -f git-svn *.xml *.html *.1