From ba1520ba02852cde87851470879dba73abe9948b Mon Sep 17 00:00:00 2001 From: Martijn van Beers Date: Tue, 30 Apr 2002 14:27:39 +0000 Subject: [PATCH] next twaugh patch: Instead of writing to stdout, create a file for each refentry. Plus, for bonus points, a file for each additional refname within that entry (pointing to the main page). --- contrib/xsl/db2man/db2man.xsl | 60 +++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 20 deletions(-) diff --git a/contrib/xsl/db2man/db2man.xsl b/contrib/xsl/db2man/db2man.xsl index ba2736808..6e006746b 100644 --- a/contrib/xsl/db2man/db2man.xsl +++ b/contrib/xsl/db2man/db2man.xsl @@ -3,7 +3,8 @@ - + + @@ -63,7 +64,13 @@ - ."Generated by db2man.xsl. Don't modify this, modify the source. + + + + + + + .\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp @@ -83,27 +90,40 @@ .IP "\\$1" \\$2 .. .TH " - - " - - "" "" " - - " + + " + + "" "" " + + " - - + + .SH AUTHOR - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + -- 2.50.1