Author: manuel
Date: 2007-07-07 08:53:28 -0600 (Sat, 07 Jul 2007)
New Revision: 6848

Modified:
   trunk/BOOK/Makefile
Log:
Fixed nochunck generation

Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2007-07-07 14:29:07 UTC (rev 6847)
+++ trunk/BOOK/Makefile 2007-07-07 14:53:28 UTC (rev 6848)
@@ -63,9 +63,9 @@
 
 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) 
\
-         stylesheets/blfs-nochunks.xsl /tmp/blfs-html.xml
+       $(Q)xsltproc --nonet -stringparam rootid $(ROOT_ID) \
+         --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
+         stylesheets/lfs-nochunks.xsl /tmp/blfs-html.xml
 
        @echo "Running Tidy..."
        $(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to