Author: matthew
Date: 2007-02-09 15:04:35 -0700 (Fri, 09 Feb 2007)
New Revision: 7920
Added:
trunk/BOOK/images/
trunk/BOOK/images/caution.png
trunk/BOOK/images/important.png
trunk/BOOK/images/note.png
trunk/BOOK/images/tip.png
trunk/BOOK/images/warning.png
Modified:
trunk/BOOK/Makefile
trunk/BOOK/stylesheets/pdf/lfs-admon.xsl
Log:
Import the admonition graphics from the DocBook-XSL package.
Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2007-02-09 21:03:49 UTC (rev 7919)
+++ trunk/BOOK/Makefile 2007-02-09 22:04:35 UTC (rev 7920)
@@ -3,9 +3,7 @@
CHUNK_QUIET=0
PDF_OUTPUT=LFS-BOOK.pdf
NOCHUNKS_OUTPUT=LFS-BOOK.html
-XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-1.69.1
-
lfs:
xsltproc --xinclude --nonet -stringparam profile.condition html \
-stringparam chunk.quietly $(CHUNK_QUIET) -stringparam base.dir
$(BASEDIR)/ \
@@ -19,8 +17,7 @@
if [ ! -e $(BASEDIR)/images ]; then \
mkdir -p $(BASEDIR)/images; \
fi;
- cp $(XSLROOTDIR)/images/*.png \
- $(BASEDIR)/images
+ cp images/*.png $(BASEDIR)/images
cd $(BASEDIR)/; sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]@g" \
*.html
cd $(BASEDIR)/; sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]@g" \
Added: trunk/BOOK/images/caution.png
===================================================================
(Binary files differ)
Property changes on: trunk/BOOK/images/caution.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/BOOK/images/important.png
===================================================================
(Binary files differ)
Property changes on: trunk/BOOK/images/important.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/BOOK/images/note.png
===================================================================
(Binary files differ)
Property changes on: trunk/BOOK/images/note.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/BOOK/images/tip.png
===================================================================
(Binary files differ)
Property changes on: trunk/BOOK/images/tip.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/BOOK/images/warning.png
===================================================================
(Binary files differ)
Property changes on: trunk/BOOK/images/warning.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/BOOK/stylesheets/pdf/lfs-admon.xsl
===================================================================
--- trunk/BOOK/stylesheets/pdf/lfs-admon.xsl 2007-02-09 21:03:49 UTC (rev
7919)
+++ trunk/BOOK/stylesheets/pdf/lfs-admon.xsl 2007-02-09 22:04:35 UTC (rev
7920)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page