Changeset 1eb75cf for Makefile


Ignore:
Timestamp:
04/11/2005 05:45:10 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
ba03ee7
Parents:
a52ecd0
Message:

Activated the pdf Makefile target for testing and stable releases.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4892 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ra52ecd0 r1eb75cf  
    3535
    3636# Uncomment this for testing and stable versions
    37 #pdf:
    38 #       xsltproc --xinclude --nonet --stringparam profile.condition pdf \
    39 #               --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
    40 #       xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
    41 #               $(BASEDIR)/lfs-pdf.xml
    42 #       sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
    43 #       fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
    44 #       rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
    45 
    46 # Remove this for testing and stable versions
    4737pdf:
    48         xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
    49                 stylesheets/lfs-pdf.xsl index.xml
     38        xsltproc --xinclude --nonet --stringparam profile.condition pdf \
     39                --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
     40        xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
     41                $(BASEDIR)/lfs-pdf.xml
    5042        sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
    5143        fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
    52         rm $(BASEDIR)/lfs-pdf.fo
     44        rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
    5345
    5446nochunks:
Note: See TracChangeset for help on using the changeset viewer.