Author: bdubbs
Date: Mon Mar  2 13:20:51 2020
New Revision: 11773

Log:
Ensure nochunks handles fixups properly

Modified:
   trunk/BOOK/Makefile

Modified: trunk/BOOK/Makefile
==============================================================================
--- trunk/BOOK/Makefile Mon Mar  2 10:27:41 2020        (r11772)
+++ trunk/BOOK/Makefile Mon Mar  2 13:20:51 2020        (r11773)
@@ -99,7 +99,8 @@
                 --stringparam rootid "$(ROOT_ID)"      \
                 --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
                 stylesheets/lfs-nochunks.xsl           \
-                $(RENDERTMP)/lfs-html2.xml
+                $(RENDERTMP)/lfs-full.xml
+#                $(RENDERTMP)/lfs-html2.xml
 
        @echo "Running Tidy..."
        $(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to