diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-04-07 10:40:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:43 -0500 |
commit | dabce971b0a08c2a85428b2db29152dce2cb4075 (patch) | |
tree | be059214131897047b38f637fd7d56a096a8a501 /docs/xslt/html-common.xsl | |
parent | 992f1e6b8f86b346fddd266b04d29cde69585633 (diff) | |
download | samba-dabce971b0a08c2a85428b2db29152dce2cb4075.tar.gz samba-dabce971b0a08c2a85428b2db29152dce2cb4075.tar.bz2 samba-dabce971b0a08c2a85428b2db29152dce2cb4075.zip |
- Better names for some files
- Add the build system
(This used to be commit 450386e3edfc59e0ad67c12998eddfc46b381250)
Diffstat (limited to 'docs/xslt/html-common.xsl')
-rw-r--r-- | docs/xslt/html-common.xsl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/xslt/html-common.xsl b/docs/xslt/html-common.xsl new file mode 100644 index 0000000000..dce900ef67 --- /dev/null +++ b/docs/xslt/html-common.xsl @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- This file is generated from param.xweb; do not edit this file! --> + +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + +<xsl:param name="base.dir" select="'../htmldocs/'"/> +<xsl:param name="bridgehead.in.toc" select="1"/> +<xsl:param name="citerefentry.link" select="'1'"/> +<xsl:param name="css.decoration" select="1"/> +<xsl:param name="html.stylesheet" select="'samba.css'"/> +<xsl:param name="html.stylesheet.type">text/css</xsl:param> +<xsl:param name="use.extensions" select="'0'"/> +<xsl:param name="use.id.as.filename" select="'1'"/> +<xsl:param name="use.local.olink.style" select="1"/> +<xsl:param name="use.role.as.xrefstyle" select="1"/> +<xsl:param name="use.role.for.mediaobject" select="1"/> + +<xsl:template name="generate.citerefentry.link"> + <xsl:value-of select="refentrytitle"/><xsl:text>.</xsl:text><xsl:value-of select="manvolnum"/><xsl:text>.html</xsl:text> +</xsl:template> + +<xsl:template match="author"> +</xsl:template> + +</xsl:stylesheet> |