Changeset 3e46693


Ignore:
Timestamp:
08/10/2004 07:19:46 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
cbd57db
Parents:
78ae180
Message:

Makefile updates -- renamed "pdf" to "previous_pdf" target and renamed "print" target to "pdf"

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r78ae180 r3e46693  
    2828        sh goTidy $(BASEDIR)/
    2929
     30#
     31# This is the old "pdf" target. The old "print" target below has been
     32# renamed to "pdf" and will be used. This commented out previous_pdf
     33# target can be removed eventually. It'll remain here for a bit for
     34# historical reasons
     35#
     36#previous_pdf:
     37#       xsltproc --xinclude --nonet --output $(BASEDIR)/lfs.fo stylesheets/lfs-pdf.xsl \
     38#         index.xml
     39#       sed -i -e "s/inherit/all/" $(BASEDIR)/lfs.fo
     40#       fop.sh $(BASEDIR)/lfs.fo $(BASEDIR)/$(PDF_OUTPUT)
     41#       rm lfs.fo
     42
    3043pdf:
    31         xsltproc --xinclude --nonet --output $(BASEDIR)/lfs.fo stylesheets/lfs-pdf.xsl \
    32           index.xml
    33         sed -i -e "s/inherit/all/" $(BASEDIR)/lfs.fo
    34         fop.sh $(BASEDIR)/lfs.fo $(BASEDIR)/$(PDF_OUTPUT)
    35         rm lfs.fo
    36 
    37 print:
    3844        xsltproc --xinclude --nonet --stringparam profile.condition print \
    3945                --output $(BASEDIR)/lfs-print.xml stylesheets/lfs-profile.xsl index-print.xml
     
    5157validate:
    5258        xmllint --noout --nonet --xinclude --postvalid index.xml
     59
Note: See TracChangeset for help on using the changeset viewer.