]> granicus.if.org Git - mutt/commitdiff
Docbook support files, dropped in the initial commit.
authorBrendan Cully <brendan@kublai.com>
Thu, 1 Sep 2005 03:32:45 +0000 (03:32 +0000)
committerBrendan Cully <brendan@kublai.com>
Thu, 1 Sep 2005 03:32:45 +0000 (03:32 +0000)
doc/chunk.xsl [new file with mode: 0644]
doc/html.xsl [new file with mode: 0644]

diff --git a/doc/chunk.xsl b/doc/chunk.xsl
new file mode 100644 (file)
index 0000000..ae0f6c9
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version='1.0'?> 
+<xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  version="1.0"> 
+  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/> 
+  <xsl:param name="section.autolabel" select="1"></xsl:param>
+  <xsl:param name="use.id.as.filename" select="1"></xsl:param>
+</xsl:stylesheet>  
diff --git a/doc/html.xsl b/doc/html.xsl
new file mode 100644 (file)
index 0000000..473e0a6
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version='1.0'?> 
+<xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  version="1.0"> 
+  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> 
+  <xsl:param name="section.autolabel" select="1"></xsl:param>
+</xsl:stylesheet>