Changeset 7920

Show
Ignore:
Timestamp:
02/09/07 15:04:35 (2 years ago)
Author:
matthew
Message:

Import the admonition graphics from the DocBook-XSL package.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/Makefile

    r7880 r7920  
    44PDF_OUTPUT=LFS-BOOK.pdf 
    55NOCHUNKS_OUTPUT=LFS-BOOK.html 
    6 XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-1.69.1 
    7  
    86 
    97lfs: 
     
    2018          mkdir -p $(BASEDIR)/images; \ 
    2119        fi; 
    22         cp $(XSLROOTDIR)/images/*.png \ 
    23           $(BASEDIR)/images 
     20        cp images/*.png $(BASEDIR)/images 
    2421        cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" \ 
    2522          *.html 
  • trunk/BOOK/stylesheets/pdf/lfs-admon.xsl

    r7561 r7920  
    88    <!-- Graphics in admonitions --> 
    99  <xsl:param name="admon.graphics" select="1"/> 
    10   <xsl:param name="admon.graphics.path" 
    11     select="'/usr/share/xml/docbook/xsl-stylesheets-1.69.1/images/'"/> 
     10  <xsl:param name="admon.graphics.path" select="'images/'"/> 
    1211 
    1312    <!-- Admonition block properties -->