Explorar o código

Fixed nochunck generation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia %!s(int64=18) %!d(string=hai) anos
pai
achega
0b158f3096
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
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..."