aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-02-09 22:04:35 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-02-09 22:04:35 +0000
commit192ac089b9bc08ee012da4ebddbf234e16712076 (patch)
tree6683fa7b7fa080b9cc7f69f3e727f4905837707f /Makefile
parent5735d994ec174e4c7a26e5de8f7d8ca4758e72c4 (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 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
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" \