From efa7495f5321e1a00696cdc560e5c4d2064b89b3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 17 Oct 2005 18:52:02 +0000 Subject: [PATCH] Improved handling or Author/Editor/Othercredit. Reworked content of (non-visible) comment added at top of each page (metadata stuff). Added support for generating a manifest file (useful for cleaning up after builds, etc.) --- xsl/manpages/docbook.xsl | 31 ++++++++++- xsl/manpages/info.xsl | 85 +++++++++++++++++++++------- xsl/manpages/other.xsl | 117 +++++++++++++++++++++++++++++++-------- xsl/manpages/utility.xsl | 16 ++++++ 4 files changed, 207 insertions(+), 42 deletions(-) diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index d0563679d..300815164 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -5,6 +5,7 @@ version='1.0'> + + 0 + MANIFEST.man + @@ -42,6 +46,24 @@ + + + + + + + + + + + + + MAN.MANIFEST + + + + + No refentry elements! @@ -102,7 +124,14 @@ - + + + + + + + + diff --git a/xsl/manpages/info.xsl b/xsl/manpages/info.xsl index afdc7354f..3cf6fc31f 100644 --- a/xsl/manpages/info.xsl +++ b/xsl/manpages/info.xsl @@ -28,9 +28,44 @@ + + + + + + + + + + + + + + + + + + + + , + + + + + + + + + + + + + - - @@ -60,31 +95,24 @@ " - - - , - + - . - - .br - - . (man page) - - - .br - - - - - + + + + .PP + + + + + @@ -93,6 +121,25 @@ > + + .IP + + + . + + + + + + + + + + + .IP + + + diff --git a/xsl/manpages/other.xsl b/xsl/manpages/other.xsl index 578aa9821..08f5a5657 100644 --- a/xsl/manpages/other.xsl +++ b/xsl/manpages/other.xsl @@ -54,17 +54,45 @@ + + + - .\" ** You probably do not want to - edit this file directly ** - .\" It was generated using the DocBook - XSL Stylesheets (version + + + + + + + .\" Title: + + + .\" Author: + + + + + + .\" Generator: DocBook XSL Stylesheets v - ). - .\" Instead of manually editing it, you - probably should edit the DocBook XML - .\" source for it and then use the DocBook - XSL Stylesheets to regenerate it. + <http://sourceforge.net/projects/docbook/> + + .\" Date: + + + + + + + + .\" Manual: + + + .\" Source: + + + .\" + @@ -238,12 +266,9 @@ - - - - - + + + @@ -275,17 +300,65 @@ - + + + + + + + + - + + + + + + + + + + + + + + + + MAN.MANIFEST + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index 9d3546cdf..c8efaf39e 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -211,7 +211,23 @@ + + + + + + + + + + + + + + + -- 2.40.0