]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
man pages are littered with .ft C and others
authorJonas Fonseca <fonseca@diku.dk>
Mon, 4 Feb 2008 22:01:20 +0000 (23:01 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2008 08:30:22 +0000 (00:30 -0800)
commit7a2078b4b00fb1c5d7b0bf8155778f79377b8f2f
tree8dfd6ea267726498466ab5f8104064be9d897ffe
parent4f395eed33816be70181a818cbce4bb7235b83be
man pages are littered with .ft C and others

Jakub Narebski <jnareb@gmail.com> wrote Sun, Feb 03, 2008:
> Junio C Hamano wrote:
> > Jakub Narebski <jnareb@gmail.com> writes:
> >
> > [From] http://thread.gmane.org/gmane.comp.version-control.git/53457/focus=53458
> Julian Phillips:
> > Are you using docbook xsl 1.72?  There are known problems building the
> > manpages with that version.  1.71 works, and 1.73 should work when it get
> > released.

I was able to solve this problem with this patch, which adds a XSL file
used specifically for DOCBOOK_XSL_172=YesPlease and where dots and
backslashes are escaped properly so they won't be substituted to the
wrong thing further down the "DocBook XSL pipeline". Doing the escaping
in the existing callout.xsl breaks v1.70.1. Hopefully v1.73 will end
this part of the manpage nightmare.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/manpage-1.72.xsl [new file with mode: 0644]