diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-09 22:04:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-09 22:04:35 +0000 |
commit | 192ac089b9bc08ee012da4ebddbf234e16712076 (patch) | |
tree | 6683fa7b7fa080b9cc7f69f3e727f4905837707f /stylesheets | |
parent | 5735d994ec174e4c7a26e5de8f7d8ca4758e72c4 (diff) |
Import the admonition graphics from the DocBook-XSL package.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/pdf/lfs-admon.xsl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stylesheets/pdf/lfs-admon.xsl b/stylesheets/pdf/lfs-admon.xsl index b04a4a11e..3f444447d 100644 --- a/stylesheets/pdf/lfs-admon.xsl +++ b/stylesheets/pdf/lfs-admon.xsl @@ -7,8 +7,7 @@ <!-- Graphics in admonitions --> <xsl:param name="admon.graphics" select="1"/> - <xsl:param name="admon.graphics.path" - select="'/usr/share/xml/docbook/xsl-stylesheets-1.69.1/images/'"/> + <xsl:param name="admon.graphics.path" select="'images/'"/> <!-- Admonition block properties --> <xsl:template match="important|warning|caution"> @@ -92,4 +91,4 @@ </fo:block> </xsl:template> -</xsl:stylesheet>
\ No newline at end of file +</xsl:stylesheet> |