aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2008-04-08 17:32:06 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2008-04-08 17:32:06 +0000
commit1d36178d9344279bb1367000e19faded4e15a2e8 (patch)
tree65c73fb19869d9da1dda1d872eaf61bf08989a9a /Makefile
parent575bba802a2fbd3c412a030339bc94168811cde8 (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--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1a71138ff2..324f97381b 100644
--- a/Makefile
+++ b/Makefile
@@ -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