diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-07 14:51:38 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-07 14:51:38 +0000 |
commit | 0b158f3096be2abd1a0856d783dd436a64e22233 (patch) | |
tree | 87c5e6ef8bd79c6fbc2f30be230228294af9132a /Makefile | |
parent | c948b40772d679c96cffc260350a35b8c5e50b7a (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-- | 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..." |