diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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..." |