]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] DocBook: Use xmlto to process the DocBook files.
authorMartin Waitz <tali@admingilde.org>
Sun, 1 May 2005 15:59:27 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:27 +0000 (08:59 -0700)
commit9346ac8abba893ebeff1b1d691586f3c6c6548b3
treed4987614a6171ce7eee3fa63023ce5ed4c45f8f7
parentede26a15fc48e28cb0255194ab91237556ea9bed
[PATCH] DocBook: Use xmlto to process the DocBook files.

xmlto uses standared XSLT templates to generate manpages, (x)html pages, and
XML FO files which can be processed with passivetex.  This is much faster than
using jadetex for everything.  This patch also reduces the number of
kernel-specific scripts that are needed to generate documentation.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/Changes
Documentation/DocBook/Makefile
scripts/kernel-doc
scripts/makeman [deleted file]
scripts/split-man [deleted file]