adding a stylesheet to the documentation, and a local override XSL sheet
This commit is contained in:
parent
1dc56c4374
commit
9c9144717f
@ -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) $<
|
||||
|
||||
|
4
manual/docbook/doctrine.css
Normal file
4
manual/docbook/doctrine.css
Normal file
@ -0,0 +1,4 @@
|
||||
body, p, td
|
||||
{
|
||||
font-family: arial, "lucida console", sans-serif
|
||||
}
|
5
manual/docbook/doctrine.xsl
Normal file
5
manual/docbook/doctrine.xsl
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user