Browse Source

Fixed nochunck generation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 years ago
parent
commit
0b158f3096
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -58,8 +58,8 @@ pdf: validxml
 
 
 nochunks: validxml profile-html
 nochunks: validxml profile-html
 	@echo "Generating non chunked XHTML file..."
 	@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
 	  stylesheets/lfs-nochunks.xsl /tmp/lfs-html.xml
 
 
 	@echo "Running Tidy..."
 	@echo "Running Tidy..."