From e80bccf519aa4ba1691e63151de8641d6d751b45 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 10 Apr 2006 01:55:16 +0000 Subject: [PATCH] Added support for copyright and legalnotice. The manpages stylesheets now output a COPYRIGHT section, after the AUTHORS section, if a copyright or legalnotice is found in the source. The section contains the copyright contents followed by the legalnotice contents. Closes #1450209. --- xsl/manpages/docbook.xsl | 6 +++ xsl/manpages/info.xsl | 91 ++++++++++++++++++++++++++++++---------- 2 files changed, 74 insertions(+), 23 deletions(-) diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index 6c53c681f..2315549cc 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -221,6 +221,12 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -36,28 +65,6 @@ - - - - - - - - - - - - - - - - - - - - - - + @@ -163,6 +171,7 @@ + @@ -319,7 +328,7 @@ - + @@ -398,6 +407,42 @@ + + + + + + + + + + + .SH " + + + + Copyright + + + + " + + + + + + + + + + + + + + -- 2.40.0