From 9110a78b0e61deb1ec788f71502d977f50a111c0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Apr 2006 12:10:50 +0000 Subject: [PATCH] Added stylesheet which converts manrefs to docbook book content. --- Makefile.am | 5 +++-- ref2dbinc.xsl | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 ref2dbinc.xsl diff --git a/Makefile.am b/Makefile.am index c15b1cd..fabb034 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,12 @@ -## $Id: Makefile.am,v 1.3 2006-04-20 11:46:15 adam Exp $ +## $Id: Makefile.am,v 1.4 2006-04-20 12:10:50 adam Exp $ commondir=$(datadir)/doc/@PACKAGE@/common common_DATA = style1.css id.png SUPPORTFILES = \ - id.eps \ + id.eps \ + ref2dbinc.xsl \ html.dsl html.dsl.in \ html.xsl html.xsl.in \ tkl.xsl tkl.xsl.in \ diff --git a/ref2dbinc.xsl b/ref2dbinc.xsl new file mode 100644 index 0000000..764899c --- /dev/null +++ b/ref2dbinc.xsl @@ -0,0 +1,38 @@ + + + + + + + +
+ + <xsl:value-of select="refmeta/refentrytitle"/> + + +
+
+ + + + + + + + + + + + + + + +
+ +
+
+ +
+ -- 1.7.10.4