diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-03-08 21:16:40 -0500 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-03-08 21:16:40 -0500 |
commit | 1702970a3ea3de88f04623f69a3ab5260f77d2c5 (patch) | |
tree | 9b5aeea7682a9155fcbd57960658d21a0073881c /doc/config.xsl | |
parent | ef7ee407bc58ea24db828cad9e1e7d628e322067 (diff) |
add a stub for docbook documentation
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> |