1
0
mirror of synced 2025-02-20 06:03:15 +03:00

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

This commit is contained in:
pookey 2007-05-31 17:14:53 +00:00
parent 1dc56c4374
commit 9c9144717f
3 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
XSLSTYLE=/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl
XSLSTYLE=doctrine.xsl
%.html: %.xml
xsltproc --output $@ $(XSLSTYLE) $<

View File

@ -0,0 +1,4 @@
body, p, td
{
font-family: arial, "lucida console", sans-serif
}

View File

@ -0,0 +1,5 @@
<?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>