]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - scripts/kernel-doc
[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)
commit8b0c2d989cc60db1767481386ca912e99807eddb
treed4987614a6171ce7eee3fa63023ce5ed4c45f8f7
parentac9296f95228f50d112e6caec3b461fd816de084
[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]