diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-07-30 17:37:24 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-07-30 17:37:24 -0400 |
commit | edad750e967458f55b9e761af966f325213ce9fe (patch) | |
tree | d068c3e14113e3c6067185b4f5e25ef219438273 /doc/dbus/config.xsl | |
parent | 77fe8e2e89af7cd21357116e9668b23d958fb2a5 (diff) |
reorganize the docs a bit
Diffstat (limited to 'doc/dbus/config.xsl')
-rw-r--r-- | doc/dbus/config.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/dbus/config.xsl b/doc/dbus/config.xsl new file mode 100644 index 0000000..7aa9def --- /dev/null +++ b/doc/dbus/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> |