.PHONY : clean
-RSTYLE=reference.xsl
-CRSTYLE=creference.xsl
-BSTYLE=book.xsl
+RSTYLE=../docsrc/reference.xsl
VPATH=../docsrc
DIRS=common refentry lib html fo manpages wordml slides website template pi
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<xsl:import href="../html/chunk.xsl"/>
-
-<xsl:param name="toc.section.depth" select="'1'"/>
-
-<xsl:param name="html.stylesheet" select="'reference.css'"/>
-
-<xsl:template match="olink[@type='title']">
- <xsl:variable name="xml"
- select="document(unparsed-entity-uri(@targetdocent))"/>
- <xsl:variable name="title" select="($xml/*/title[1]
- |$xml/*/bookinfo/title[1]
- |$xml/*/referenceinfo/title[1])[1]"/>
- <i>
- <a href="{@localinfo}">
- <xsl:apply-templates select="$title/*|$title/text()"/>
- </a>
- </i>
-</xsl:template>
-
-<xsl:template match="bookinfo/copyright|reference/copyright"
- mode="titlepage.mode">
- <p class="{name(.)}">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Copyright'"/>
- </xsl:call-template>
- <xsl:call-template name="gentext.space"/>
- <xsl:call-template name="dingbat">
- <xsl:with-param name="dingbat">copyright</xsl:with-param>
- </xsl:call-template>
- <xsl:call-template name="gentext.space"/>
- <xsl:call-template name="copyright.years">
- <xsl:with-param name="years" select="year"/>
- <xsl:with-param name="print.ranges" select="$make.year.ranges"/>
- <xsl:with-param name="single.year.ranges"
- select="$make.single.year.ranges"/>
- </xsl:call-template>
- <xsl:call-template name="gentext.space"/>
- <xsl:apply-templates select="holder" mode="titlepage.mode"/>
- <xsl:text>. </xsl:text>
- <a href="warranty.html">No Warranty</a>
- <xsl:text>.</xsl:text>
- </p>
-</xsl:template>
-
-</xsl:stylesheet>
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/common
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/fo
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/html
XSLTOPT=
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<xsl:import href="../docsrc/jrefhtml.xsl"/>
-
-<xsl:param name="html.stylesheet" select="'../reference.css'"/>
-
-<xsl:template match="copyright" mode="titlepage.mode">
- <xsl:variable name="years" select="year"/>
- <xsl:variable name="holders" select="holder"/>
-
- <p class="{name(.)}">
- <a href="../copyright.html">
- <xsl:call-template name="gentext.element.name"/>
- </a>
- <xsl:call-template name="gentext.space"/>
- <xsl:call-template name="dingbat">
- <xsl:with-param name="dingbat">copyright</xsl:with-param>
- </xsl:call-template>
- <xsl:call-template name="gentext.space"/>
- <xsl:apply-templates select="$years" mode="titlepage.mode"/>
- <xsl:call-template name="gentext.space"/>
- <xsl:call-template name="gentext.by"/>
- <xsl:call-template name="gentext.space"/>
- <xsl:apply-templates select="$holders" mode="titlepage.mode"/>
- <xsl:text>. </xsl:text>
- <a href="../warranty.html">No Warranty</a>
- <xsl:text>.</xsl:text>
- </p>
-</xsl:template>
-
-</xsl:stylesheet>
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/manpages
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/pi
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/refentry
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/slides/
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/template
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/website
XSLTOPT=
include ../../../cvstools/Makefile.incl
-STYLE=../jrefhtml.xsl
+STYLE=../../docsrc/jrefhtml.xsl
VPATH=../../docsrc/wordml
XSLTOPT=
<xsl:param name="refentry.separator" select="0"/>
<!-- n.b. reference pages are one directory down, so we point back up -->
-<xsl:param name="html.stylesheet" select="'../ref.css'"/>
+<xsl:param name="html.stylesheet" select="'../css/ref.css'"/>
<xsl:template match="src:fragment" mode="label.markup">
<xsl:text>§</xsl:text>
<!-- ==================================================================== -->
<xsl:param name="part.autolabel" select="0"/>
+<xsl:param name="html.stylesheet" select="'css/reference.css'"/>
+
<xsl:template match="refentry">
<xsl:apply-imports/>
</div>
</xsl:template>
+<xsl:template match="copyright" mode="titlepage.mode">
+ <xsl:variable name="years" select="year"/>
+ <xsl:variable name="holders" select="holder"/>
+
+ <p class="{name(.)}">
+ <a href="../copyright.html">
+ <xsl:call-template name="gentext.element.name"/>
+ </a>
+ <xsl:call-template name="gentext.space"/>
+ <xsl:call-template name="dingbat">
+ <xsl:with-param name="dingbat">copyright</xsl:with-param>
+ </xsl:call-template>
+ <xsl:call-template name="gentext.space"/>
+ <xsl:apply-templates select="$years" mode="titlepage.mode"/>
+ <xsl:call-template name="gentext.space"/>
+ <xsl:call-template name="gentext.by"/>
+ <xsl:call-template name="gentext.space"/>
+ <xsl:apply-templates select="$holders" mode="titlepage.mode"/>
+ <xsl:text>. </xsl:text>
+ <a href="../warranty.html">No Warranty</a>
+ <xsl:text>.</xsl:text>
+ </p>
+</xsl:template>
+
<!-- ==================================================================== -->
</xsl:stylesheet>
<xsl:import href="../html/docbook.xsl"/>
-<xsl:param name="html.stylesheet" select="'reference.css'"/>
+<xsl:param name="html.stylesheet" select="'css/reference.css'"/>
<xsl:param name="admon.graphics" select="1"></xsl:param>
<xsl:param name="admon.textlabel" select="0"></xsl:param>
<xsl:param name="admon.graphics.path">./images/</xsl:param>