diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-25 18:28:22 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-25 18:28:22 +0000 |
commit | 50b7320e7061dc677eed2c1fdf43af52635c36fb (patch) | |
tree | 55a6c184d8a3949ef49fb1e0c838eb62fcc35b58 /index.xml | |
parent | c7188a2eca9172f81e576a93ffeae67ca024b86b (diff) |
o Added "What now?" section.
o Removed "Which Platform" section (for now).
o Removed Appendix B.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'index.xml')
-rw-r--r-- | index.xml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20021024"> -<!ENTITY releasedate "October 24th, 2002"> +<!ENTITY version "20021025"> +<!ENTITY releasedate "October 25th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> @@ -33,7 +33,6 @@ <!ENTITY % chapter08 SYSTEM "entities/chapter08.ent"> <!ENTITY % chapter09 SYSTEM "entities/chapter09.ent"> <!ENTITY % appendixa SYSTEM "entities/appendixa.ent"> -<!ENTITY % appendixb SYSTEM "entities/appendixb.ent"> <!ENTITY % autoconf-entities SYSTEM "entities/autoconf.ent"> <!ENTITY % automake-entities SYSTEM "entities/automake.ent"> @@ -103,7 +102,6 @@ %chapter08; %chapter09; %appendixa; -%appendixb; %autoconf-entities; %automake-entities; |