Changeset 80040d4 for BOOK/Makefile


Ignore:
Timestamp:
Aug 17, 2009, 12:35:55 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
841faaa
Parents:
efa1f61
Message:

Added download list generation to default Makefile target for the book, and mentioned the file in the book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    refa1f61 r80040d4  
    8282        $(Q)cp $(PWD)/images/*.png $(BASEDIR)/$(html_arch)/images
    8383        $(Q)sed -i -e "s@../images@images@g" $(BASEDIR)/$(html_arch)/*.html
     84        $(Q)$(MAKE) ARCHS=$(html_arch) DLLISTDIR=$(BASEDIR) download-list
    8485
    8586nochunks: tmpdir $(ARCHS_NOCHUNKS) tidy
     
    166167        @echo "Creating download list for $(dllist_arch)..."
    167168        $(Q)mkdir -p $(DLLISTDIR)
    168         $(Q)xsltproc --xinclude --nonet --output $(DLLISTDIR)/$(dllist_arch).dl.list \
     169        $(Q)xsltproc --xinclude --nonet --output $(DLLISTDIR)/$(dllist_arch)/dl.list \
    169170          $(PWD)/stylesheets/wget.xsl $(PWD)/$(dllist_arch)-index.xml
    170171
Note: See TracChangeset for help on using the changeset viewer.