summaryrefslogtreecommitdiff
path: root/contrib/git-svn/Makefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-04-02 02:25:03 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-04-02 05:57:55 (GMT)
commit20b1d700c94c8b5b2b8b6f1b4982858d03cd9453 (patch)
treea5860eeb605667949c4c7899b0e5ff1cbbab395f /contrib/git-svn/Makefile
parent53909056da869eb79c2a20699794b63c8c87e7fd (diff)
downloadgit-20b1d700c94c8b5b2b8b6f1b4982858d03cd9453.zip
git-20b1d700c94c8b5b2b8b6f1b4982858d03cd9453.tar.gz
git-20b1d700c94c8b5b2b8b6f1b4982858d03cd9453.tar.bz2
contrib/git-svn: documentation updates
contrib/git-svn/git-svn.txt: added git-repo-config key names for options fixed quoting of "git-svn-HEAD" in the manpage use preformatted text for examples contrib/git-svn/Makefile: add target to generate HTML: http://git-svn.yhbt.net/git-svn.html Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/git-svn/Makefile')
-rw-r--r--contrib/git-svn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/git-svn/Makefile b/contrib/git-svn/Makefile
index a330c61..d7f1643 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