Changeset 3964929


Ignore:
Timestamp:
02/26/2005 12:40:59 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
8d73a06
Parents:
e7a605c
Message:

Removed an obsolete Makefile target.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re7a605c r3964929  
    124124        done;
    125125
    126 #
    127 # This is the old "pdf" target. The old "print" target below has been   
    128 # renamed to "pdf" and will be used. This commented out previous_pdf
    129 # target can be removed eventually. It'll remain here for a bit for
    130 # historical reasons
    131 #
    132 #previous_pdf:
    133 #       xsltproc --xinclude --nonet --output $(BASEDIR)/lfs.fo stylesheets/lfs-pdf.xsl \
    134 #         index.xml
    135 #       sed -i -e "s/inherit/all/" $(BASEDIR)/lfs.fo
    136 #       fop.sh $(BASEDIR)/lfs.fo $(BASEDIR)/$(PDF_OUTPUT)
    137 #       rm lfs.fo
    138 
    139126pdf:
    140127        xsltproc --xinclude --nonet --stringparam profile.condition pdf -stringparam profile.arch $(ARCH) \
Note: See TracChangeset for help on using the changeset viewer.