Commit 9c914471 authored by pookey's avatar pookey

adding a stylesheet to the documentation, and a local override XSL sheet

parent 1dc56c43
XSLSTYLE=/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl
XSLSTYLE=doctrine.xsl
%.html: %.xml
xsltproc --output $@ $(XSLSTYLE) $<
......
body, p, td
{
font-family: arial, "lucida console", sans-serif
}
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl"/>
<xsl:param name="html.stylesheet" select="'doctrine.css'"/>
</xsl:stylesheet>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment