Author: dnicholson Date: 2008-04-08 11:32:06 -0600 (Tue, 08 Apr 2008) New Revision: 7359
Modified: trunk/BOOK/Makefile Log: Prefer destination directories from environment variables in Makefile Modified: trunk/BOOK/Makefile =================================================================== --- trunk/BOOK/Makefile 2008-04-08 17:32:00 UTC (rev 7358) +++ trunk/BOOK/Makefile 2008-04-08 17:32:06 UTC (rev 7359) @@ -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 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
