Changeset d75063f


Ignore:
Timestamp:
08/10/2004 01:52:10 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
78ae180
Parents:
1663ed9
Message:

Added $(BASEDIR) to nochunks target

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1663ed9 rd75063f  
    4545
    4646nochunks:
    47         xsltproc --xinclude --nonet --output $(NOCHUNKS_OUTPUT) \
     47        xsltproc --xinclude --nonet --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
    4848          stylesheets/lfs-nochunks.xsl index.xml
    49         tidy -config tidy.conf $(NOCHUNKS_OUTPUT) || true
     49        tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
    5050
    5151validate:
Note: See TracChangeset for help on using the changeset viewer.