aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-07-07 14:51:38 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-07-07 14:51:38 +0000
commit0b158f3096be2abd1a0856d783dd436a64e22233 (patch)
tree87c5e6ef8bd79c6fbc2f30be230228294af9132a /Makefile
parentc948b40772d679c96cffc260350a35b8c5e50b7a (diff)
Fixed nochunck generation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85b6de7ed..d8222e179 100644
--- a/Makefile
+++ b/Makefile
@@ -58,8 +58,8 @@ pdf: validxml
nochunks: validxml profile-html
@echo "Generating non chunked XHTML file..."
- $(Q)xsltproc --nonet -stringparam profile.condition html \
- -stringparam rootid $(ROOT_ID) --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
+ $(Q)xsltproc --nonet -stringparam rootid $(ROOT_ID) \
+ --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
stylesheets/lfs-nochunks.xsl /tmp/lfs-html.xml
@echo "Running Tidy..."