From d83eb384b5602f1e222e9dc61dfafd879ebe63b4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 8 Mar 2008 04:28:17 +0000 Subject: [PATCH] If a source refentry contains a Documentation or DOCUMENTATION section, don't report it as having missing AUTHOR information. Also, if missing a contrib/personblurb for a person or org, report pointers to http://docbook.sf.net/el/personblurb and to http://docbook.sf.net/el/contrib --- xsl/manpages/info.xsl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/xsl/manpages/info.xsl b/xsl/manpages/info.xsl index 15de6402d..3a652e88e 100644 --- a/xsl/manpages/info.xsl +++ b/xsl/manpages/info.xsl @@ -189,6 +189,13 @@ contains($refsect1.titles,$gentext.AUTHOR)"> + + + Documentation + + + DOCUMENTATION + @@ -565,6 +572,22 @@ + + Note + + AUTHOR sect. + + see see http://docbook.sf.net/el/contrib + + + + Note + + AUTHOR sect. + + see see http://docbook.sf.net/el/personblurb + + -- 2.40.0