From 192ac089b9bc08ee012da4ebddbf234e16712076 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 9 Feb 2007 22:04:35 +0000 Subject: 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 --- Makefile | 5 +---- images/caution.png | Bin 0 -> 1250 bytes images/important.png | Bin 0 -> 722 bytes images/note.png | Bin 0 -> 490 bytes images/tip.png | Bin 0 -> 449 bytes images/warning.png | Bin 0 -> 1241 bytes stylesheets/pdf/lfs-admon.xsl | 5 ++--- 7 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 images/caution.png create mode 100644 images/important.png create mode 100644 images/note.png create mode 100644 images/tip.png create mode 100644 images/warning.png diff --git a/Makefile b/Makefile index 8e384012c..d4b88f8f2 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,6 @@ DUMPDIR=~/lfs-commands 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 \ @@ -19,8 +17,7 @@ lfs: 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 "s@../stylesheets@stylesheets@g" \ *.html cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \ diff --git a/images/caution.png b/images/caution.png new file mode 100644 index 000000000..5b7809ca4 Binary files /dev/null and b/images/caution.png differ diff --git a/images/important.png b/images/important.png new file mode 100644 index 000000000..12c90f607 Binary files /dev/null and b/images/important.png differ diff --git a/images/note.png b/images/note.png new file mode 100644 index 000000000..d0c3c645a Binary files /dev/null and b/images/note.png differ diff --git a/images/tip.png b/images/tip.png new file mode 100644 index 000000000..5c4aab3bb Binary files /dev/null and b/images/tip.png differ diff --git a/images/warning.png b/images/warning.png new file mode 100644 index 000000000..1c33db8f3 Binary files /dev/null and b/images/warning.png differ 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 @@ - + @@ -92,4 +91,4 @@ - \ No newline at end of file + -- cgit v1.2.3-54-g00ecf