diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" \ |