Author: manuel
Date: 2005-04-11 11:45:10 -0600 (Mon, 11 Apr 2005)
New Revision: 4892

Modified:
   branches/6.1/BOOK/Makefile
Log:
Activated the pdf Makefile target for testing and stable releases.

Modified: branches/6.1/BOOK/Makefile
===================================================================
--- branches/6.1/BOOK/Makefile  2005-04-11 17:34:12 UTC (rev 4891)
+++ branches/6.1/BOOK/Makefile  2005-04-11 17:45:10 UTC (rev 4892)
@@ -34,22 +34,14 @@
        done;
 
 # Uncomment this for testing and stable versions
-#pdf:
-#      xsltproc --xinclude --nonet --stringparam profile.condition pdf \
-#              --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl 
index.xml
-#      xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl 
\
-#              $(BASEDIR)/lfs-pdf.xml
-#      sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
-#      fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
-#      rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
-
-# Remove this for testing and stable versions
 pdf:
-       xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
-               stylesheets/lfs-pdf.xsl index.xml
+       xsltproc --xinclude --nonet --stringparam profile.condition pdf \
+               --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl 
index.xml
+       xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl 
\
+               $(BASEDIR)/lfs-pdf.xml
        sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
        fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
-       rm $(BASEDIR)/lfs-pdf.fo
+       rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
 
 nochunks:
        xsltproc --xinclude --nonet -stringparam profile.condition html \

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

Reply via email to