|
@@ -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..."
|