summaryrefslogtreecommitdiffstats
path: root/doc/config.xsl
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-03-08 21:16:40 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2007-03-08 21:16:40 -0500
commit1702970a3ea3de88f04623f69a3ab5260f77d2c5 (patch)
tree9b5aeea7682a9155fcbd57960658d21a0073881c /doc/config.xsl
parentef7ee407bc58ea24db828cad9e1e7d628e322067 (diff)
add a stub for docbook documentation
Diffstat (limited to 'doc/config.xsl')
-rw-r--r--doc/config.xsl6
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>