Properly render asciidoc "callouts" in git man pages.
authorSean Estabrooks <seanlkml@sympatico.ca>
Fri, 28 Apr 2006 13:15:06 +0000 (09:15 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 28 Apr 2006 21:31:51 +0000 (14:31 -0700)
commit776e994af5b85d77424581bda37fb615897063cc
tree8463500e920d45279107b2180d190c74dea78e75
parent48aeecdcc14684111ddb8ac0ec3bfdc5245ee75e
Properly render asciidoc "callouts" in git man pages.

Adds an xsl fragment to render docbook callouts when
converting to man page format.  Update the Makefile
to have "xmlto" use it when generating man pages.

Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Documentation/Makefile
Documentation/callouts.xsl [new file with mode: 0644]