diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-17 18:17:40 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-17 18:17:40 +0000 |
commit | 7b089c3f0914d4ebdcca2d9c3ab4c50b16e957de (patch) | |
tree | 86728008ee6c03b0087a711c88fd4b39d69bde98 /Makefile | |
parent | 0306755a86c4f3af3da7697caf60d923c5863025 (diff) |
Changed Makefile to pull the images from the directory into was installed the actual DocBook-XSL version used in our cunstoms stylesheets.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7534 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ DUMPDIR=~/lfs-commands CHUNK_QUIET=0 PDF_OUTPUT=LFS-BOOK.pdf NOCHUNKS_OUTPUT=LFS-BOOK.html -XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current +XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-1.69.1 lfs: xsltproc --xinclude --nonet -stringparam profile.condition html \ |