Author: dnicholson
Date: 2007-07-09 23:06:58 -0600 (Mon, 09 Jul 2007)
New Revision: 6874
Modified:
trunk/BOOK/Makefile
Log:
Make formatting tweaks
Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2007-07-10 04:30:55 UTC (rev 6873)
+++ trunk/BOOK/Makefile 2007-07-10 05:06:58 UTC (rev 6874)
@@ -5,13 +5,13 @@
# $Date$
# Adjust these to suit your installation
-BASEDIR= $(HOME)/public_html/blfs-book-xsl
-DUMPDIR= $(HOME)/blfs-commands
-RENDERTMP= $(HOME)/tmp
-CHUNK_QUIET=1
-ROOT_ID=""
-PDF_OUTPUT=BLFS-BOOK.pdf
-NOCHUNKS_OUTPUT=BLFS-BOOK.html
+BASEDIR = $(HOME)/public_html/blfs-book-xsl
+DUMPDIR = $(HOME)/blfs-commands
+RENDERTMP = $(HOME)/tmp
+CHUNK_QUIET = 1
+ROOT_ID =
+PDF_OUTPUT = BLFS-BOOK.pdf
+NOCHUNKS_OUTPUT = BLFS-BOOK.html
ifdef V
Q =
@@ -22,7 +22,7 @@
blfs: validxml profile-html
@echo "Generating chunked XHTML files..."
$(Q)xsltproc --nonet -stringparam chunk.quietly $(CHUNK_QUIET) \
- -stringparam rootid $(ROOT_ID) -stringparam base.dir $(BASEDIR)/ \
+ -stringparam rootid "$(ROOT_ID)" -stringparam base.dir $(BASEDIR)/ \
stylesheets/blfs-chunked.xsl $(RENDERTMP)/blfs-html.xml
@echo "Copying CSS code and images..."
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page