diff options
author | Michael Biebl <biebl@debian.org> | 2009-07-14 17:40:43 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2009-07-14 17:40:43 +0200 |
commit | b4c56fb4b5f0c496b544080c5dd38d3cf93c10e8 (patch) | |
tree | a042dc877254104c83167421a65a61bf7492885c /doc/config.xsl | |
download | consolekit-b4c56fb4b5f0c496b544080c5dd38d3cf93c10e8.tar.gz |
Imported Upstream version 0.2.1upstream/0.2.1
Diffstat (limited to 'doc/config.xsl')
-rw-r--r-- | doc/config.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config.xsl b/doc/config.xsl new file mode 100644 index 0000000..7aa9def --- /dev/null +++ b/doc/config.xsl @@ -0,0 +1,6 @@ +<?xml version='1.0'?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:fo="http://www.w3.org/1999/XSL/Format" + version="1.0"> + <xsl:param name="html.stylesheet" select="'docbook.css'"/> +</xsl:stylesheet> |