diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2008-04-08 17:32:06 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2008-04-08 17:32:06 +0000 |
commit | 1d36178d9344279bb1367000e19faded4e15a2e8 (patch) | |
tree | 65c73fb19869d9da1dda1d872eaf61bf08989a9a /Makefile | |
parent | 575bba802a2fbd3c412a030339bc94168811cde8 (diff) |
Prefer destination directories from environment variables in Makefile
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7359 af4574ff-66df-0310-9fd7-8a98e5e911e0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ # $Date$ # Adjust these to suit your installation -BASEDIR = $(HOME)/public_html/blfs-book-xsl -DUMPDIR = $(HOME)/blfs-commands -RENDERTMP = tmp +BASEDIR ?= $(HOME)/public_html/blfs-book-xsl +DUMPDIR ?= $(HOME)/blfs-commands +RENDERTMP ?= tmp CHUNK_QUIET = 1 ROOT_ID = PDF_OUTPUT = BLFS-BOOK.pdf |