Changeset 80040d4
- Timestamp:
- Aug 17, 2009, 12:35:55 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 841faaa
- Parents:
- efa1f61
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
refa1f61 r80040d4 82 82 $(Q)cp $(PWD)/images/*.png $(BASEDIR)/$(html_arch)/images 83 83 $(Q)sed -i -e "s@../images@images@g" $(BASEDIR)/$(html_arch)/*.html 84 $(Q)$(MAKE) ARCHS=$(html_arch) DLLISTDIR=$(BASEDIR) download-list 84 85 85 86 nochunks: tmpdir $(ARCHS_NOCHUNKS) tidy … … 166 167 @echo "Creating download list for $(dllist_arch)..." 167 168 $(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 \ 169 170 $(PWD)/stylesheets/wget.xsl $(PWD)/$(dllist_arch)-index.xml 170 171 -
BOOK/introduction/common/changelog.xml
refa1f61 r80040d4 38 38 39 39 <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> 40 49 <para>August 14, 2009</para> 41 50 <itemizedlist> 42 51 <listitem> 43 <para>[Chris] - Cha ged Shadow instructions to remove unneeded52 <para>[Chris] - Changed Shadow instructions to remove unneeded 44 53 configure options and update sed command for the encryption method.</para> 45 54 </listitem> -
BOOK/materials/common/introduction.xml
refa1f61 r80040d4 46 46 <screen><userinput>chmod -v a+wt ${CLFS}/sources</userinput></screen> 47 47 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 48 52 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.