Author: dnicholson Date: 2008-04-08 11:11:10 -0600 (Tue, 08 Apr 2008) New Revision: 7357
Modified: trunk/BOOK/ trunk/BOOK/Makefile Log: Create temporary files in the tmp directory in checkout and ignore it Property changes on: trunk/BOOK ___________________________________________________________________ Name: svn:ignore + tmp Modified: trunk/BOOK/Makefile =================================================================== --- trunk/BOOK/Makefile 2008-04-07 16:11:24 UTC (rev 7356) +++ trunk/BOOK/Makefile 2008-04-08 17:11:10 UTC (rev 7357) @@ -7,7 +7,7 @@ # Adjust these to suit your installation BASEDIR = $(HOME)/public_html/blfs-book-xsl DUMPDIR = $(HOME)/blfs-commands -RENDERTMP = $(HOME)/tmp +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
