summaryrefslogtreecommitdiff
path: root/Documentation/callouts.xsl
AgeCommit message (Collapse)AuthorFilesLines
2006-12-13spurious .sp in manpagesLibravatar Junio C Hamano1-0/+14
This is just a random hack to work around problems people seem to be seeing in manpage backend of xmlto (it appears we are getting ".sp" at the end of line without line break). Could people test this out? Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-04-28Properly render asciidoc "callouts" in git man pages.Libravatar Sean Estabrooks1-0/+16
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>