Changeset 80040d4


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

Location:
BOOK
Files:
3 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
  • BOOK/introduction/common/changelog.xml

    refa1f61 r80040d4  
    3838
    3939    <listitem>
     40      <para>August 17, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] -Documented package/patch download list in book.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>August 14, 2009</para>
    4150      <itemizedlist>
    4251        <listitem>
    43           <para>[Chris] - Chaged Shadow instructions to remove unneeded
     52          <para>[Chris] - Changed Shadow instructions to remove unneeded
    4453          configure options and update sed command for the encryption method.</para>
    4554        </listitem>
  • BOOK/materials/common/introduction.xml

    refa1f61 r80040d4  
    4646<screen><userinput>chmod -v a+wt ${CLFS}/sources</userinput></screen>
    4747
     48  <para>You can download all needed packages and patches either by using the
     49  links on the following pages in this section, or by passing the
     50  <ulink url="../dl.list">download list</ulink> to <command>wget</command>.</para>
     51
    4852</sect1>
Note: See TracChangeset for help on using the changeset viewer.