Changeset 1039753


Ignore:
Timestamp:
08/01/2004 08:24:14 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c6e85f5
Parents:
f7d87b0
Message:

Modfied the Makefile file so PDF output files end up in $(BASEDIR)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf7d87b0 r1039753  
    2929
    3030pdf:
    31         xsltproc --xinclude --nonet --output lfs.fo stylesheets/lfs-pdf.xsl \
     31        xsltproc --xinclude --nonet --output $(BASEDIR)/lfs.fo stylesheets/lfs-pdf.xsl \
    3232          index.xml
    33         sed -i -e "s/inherit/all/" lfs.fo
    34         fop.sh lfs.fo $(PDF_OUTPUT)
     33        sed -i -e "s/inherit/all/" $(BASEDIR)/lfs.fo
     34        fop.sh $(BASEDIR)/lfs.fo $(BASEDIR)/$(PDF_OUTPUT)
    3535
    3636print:
Note: See TracChangeset for help on using the changeset viewer.