Author: pierre
Date: Tue Mar  3 08:52:05 2020
New Revision: 11775

Log:
Better beter fix for Makefile

Modified:
   trunk/BOOK/Makefile

Modified: trunk/BOOK/Makefile
==============================================================================
--- trunk/BOOK/Makefile Tue Mar  3 08:40:15 2020        (r11774)
+++ trunk/BOOK/Makefile Tue Mar  3 08:52:05 2020        (r11775)
@@ -71,7 +71,7 @@
                 --stringparam profile.condition pdf \
                 --output $(RENDERTMP)/lfs-pdf.xml   \
                 stylesheets/lfs-xsl/profile.xsl     \
-                $(RENDERTMP)/lfs-html.xml
+                $(RENDERTMP)/lfs-full.xml
 
        @echo "Generating FO file..."
        $(Q)xsltproc --nonet                           \
@@ -99,7 +99,7 @@
                 --stringparam rootid "$(ROOT_ID)"      \
                 --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
                 stylesheets/lfs-nochunks.xsl           \
-                $(RENDERTMP)/lfs-full.xml
+                $(RENDERTMP)/lfs-html.xml
 #                $(RENDERTMP)/lfs-html2.xml
 
        @echo "Running Tidy..."
-- 
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