aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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..."