Changeset caa1aae for Makefile


Ignore:
Timestamp:
07/13/2004 07:53:55 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
9a59b6f
Parents:
e119983
Message:

Using profiles for print output.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re119983 rcaa1aae  
    3535
    3636print:
    37         xsltproc --xinclude --nonet --output lfs-print.fo \
    38           stylesheets/lfs-print.xsl index.xml
     37        xsltproc --xinclude --nonet --stringparam profile.condition print --output lfs-print.xml \
     38          stylesheets/lfs-profile.xsl index.xml
     39        xsltproc --nonet --output lfs-print.fo stylesheets/lfs-print.xsl lfs-print.xml
    3940        sed -i -e "s/inherit/all/" lfs-print.fo
    4041        fop.sh lfs-print.fo $(PRINT_OUTPUT)
Note: See TracChangeset for help on using the changeset viewer.