summaryrefslogtreecommitdiffstats
path: root/handbook/poky-doc-tools/common/poky-db-pdf.xsl
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-18 15:36:58 +0000
committerJoshua Lock <josh@linux.intel.com>2010-03-18 15:40:28 +0000
commit55e159c873e0354dbc042f47e0dcb9559816fa0e (patch)
treeba689b84be9e9ed8a66083fc14812d3f7d79c70c /handbook/poky-doc-tools/common/poky-db-pdf.xsl
parenteddcc607c955c28e49716feb371b1fbd82262aa1 (diff)
downloadpoky-55e159c873e0354dbc042f47e0dcb9559816fa0e.tar.gz
poky-doc-tools: Update to work with fop >= 0.95
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook/poky-doc-tools/common/poky-db-pdf.xsl')
-rw-r--r--handbook/poky-doc-tools/common/poky-db-pdf.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/poky-doc-tools/common/poky-db-pdf.xsl b/handbook/poky-doc-tools/common/poky-db-pdf.xsl
index d1452eb0bb..302e66f640 100644
--- a/handbook/poky-doc-tools/common/poky-db-pdf.xsl
+++ b/handbook/poky-doc-tools/common/poky-db-pdf.xsl
@@ -54,7 +54,7 @@
54 54
55 <!-- general settings --> 55 <!-- general settings -->
56 56
57 <xsl:param name="fop.extensions" select="1"></xsl:param> 57 <xsl:param name="fop1.extensions" select="1"></xsl:param>
58 <xsl:param name="paper.type" select="'A4'"></xsl:param> 58 <xsl:param name="paper.type" select="'A4'"></xsl:param>
59 <xsl:param name="section.autolabel" select="1"></xsl:param> 59 <xsl:param name="section.autolabel" select="1"></xsl:param>
60 <xsl:param name="body.font.family" select="'verasans'"></xsl:param> 60 <xsl:param name="body.font.family" select="'verasans'"></xsl:param>