From adf9e2360e224d55a2b77e96d627214f142b19a1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 10 Jul 2007 19:10:04 +0000 Subject: [PATCH] Making consistent ROOT_ID settings. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6878 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0666e51be..8ba8d60ee9 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ pdf: validxml $(RENDERTMP)/blfs-full.xml @echo "Generating FO file..." - $(Q)xsltproc --nonet -stringparam rootid $(ROOT_ID) \ + $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \ --output $(RENDERTMP)/blfs-pdf.fo stylesheets/blfs-pdf.xsl $(RENDERTMP)/blfs-pdf.xml $(Q)sed -i -e 's/span="inherit"/span="all"/' $(RENDERTMP)/blfs-pdf.fo @@ -64,7 +64,7 @@ pdf: validxml nochunks: validxml profile-html @echo "Generating non chunked XHTML file..." - $(Q)xsltproc --nonet -stringparam rootid $(ROOT_ID) \ + $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \ --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \ stylesheets/blfs-nochunks.xsl $(RENDERTMP)/blfs-html.xml