diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-22 11:51:48 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-22 11:51:48 +0000 |
commit | cd19e48f21221cefc57e7bb2c0480311ccb39850 (patch) | |
tree | 42eb85e53327ec69fc617e49fe2c74904f000a09 /stylesheets | |
parent | baaa5c3212cf3b5a72d8f28272dcaa7957671131 (diff) |
Fixed location of graphics for PDF output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/pdf/lfs-admon.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/pdf/lfs-admon.xsl b/stylesheets/pdf/lfs-admon.xsl index 03325bd48..b04a4a11e 100644 --- a/stylesheets/pdf/lfs-admon.xsl +++ b/stylesheets/pdf/lfs-admon.xsl @@ -8,7 +8,7 @@ <!-- Graphics in admonitions --> <xsl:param name="admon.graphics" select="1"/> <xsl:param name="admon.graphics.path" - select="'/usr/share/xml/docbook/xsl-stylesheets-current/images/'"/> + select="'/usr/share/xml/docbook/xsl-stylesheets-1.69.1/images/'"/> <!-- Admonition block properties --> <xsl:template match="important|warning|caution"> |