summaryrefslogtreecommitdiffstats
path: root/xsl/main-pdf.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/main-pdf.xsl')
-rw-r--r--xsl/main-pdf.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/xsl/main-pdf.xsl b/xsl/main-pdf.xsl
index a749ce3..a75c865 100644
--- a/xsl/main-pdf.xsl
+++ b/xsl/main-pdf.xsl
@@ -15,17 +15,17 @@
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="fop.extensions" select="0"/>
-<xsl:param name="FDPDIR">..</xsl:param>
+<xsl:param name="FDPCOMMONDIR">docs-common</xsl:param>
<!-- THIS MUST BE AN ABSOLUTE PATH OR URL; PDF GETS BUILT IN A TMPDIR -->
<xsl:param name="callout.graphics.path">
<xsl:value-of
- select="concat( $FDPDIR, '/docs-common/stylesheet-images/' )"/>
+ select="concat( $FDPCOMMONDIR, '/stylesheet-images/' )"/>
</xsl:param>
<xsl:param name="admon.graphics.path">
<xsl:value-of
- select="concat( $FDPDIR, '/docs-common/stylesheet-images/' )"/>
+ select="concat( $FDPCOMMONDIR, '/stylesheet-images/' )"/>
</xsl:param>
<!-- FIXME -->
@@ -57,7 +57,7 @@
<xsl:attribute name="margin-right">0in</xsl:attribute>
<xsl:attribute name="background-repeat">no-repeat</xsl:attribute>
<xsl:attribute name="background-image">
- <xsl:value-of select="concat( $FDPDIR, '/docs-common/stylesheet-images/titlepage.png' )"/>
+ <xsl:value-of select="concat( $FDPCOMMONDIR, '/stylesheet-images/titlepage.png' )"/>
</xsl:attribute>
</xsl:element>
<fo:region-before extent="0pt" display-align="after" region-name="xsl-region-before-first"/>