X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=inline;f=contrib%2Fgit-svn%2FMakefile;h=d7f1643bf77b764a894f937dc5a339bd53c5dc05;hb=20b1d700c94c8b5b2b8b6f1b4982858d03cd9453;hp=a330c617d2bb4ffe0da111efeac698ccbc37e765;hpb=ed50804e54ecd3cb4f2f25fc18221a2a026e5457;p=git.git diff --git a/contrib/git-svn/Makefile b/contrib/git-svn/Makefile index a330c617..d7f1643b 100644 --- a/contrib/git-svn/Makefile +++ b/contrib/git-svn/Makefile @@ -25,6 +25,9 @@ git-svn.1 : git-svn.xml git-svn.xml : git-svn.txt asciidoc -b docbook -d manpage \ -f ../../Documentation/asciidoc.conf $< +git-svn.html : git-svn.txt + asciidoc -b xhtml11 -d manpage \ + -f ../../Documentation/asciidoc.conf $< test: cd t && $(SHELL) ./t0000-contrib-git-svn.sh