diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-07 12:09:31 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-07 12:09:31 +0000 |
commit | c6b5ddb7a6bd11d84c183cd3c3fd3c507f797978 (patch) | |
tree | 88acb063b0dc886b61397b207a3876660326aa1b /entities | |
parent | 4f4b4e84a2efa25e30cf50136bdfb014e1c23163 (diff) |
Shifting chapter contents, and moving preparational sections of chapter 5 to a separate chapter.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/book-structure.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/entities/book-structure.xml b/entities/book-structure.xml index 08fc8c9bb..7b1d8fd01 100644 --- a/entities/book-structure.xml +++ b/entities/book-structure.xml @@ -10,28 +10,19 @@ <!ENTITY c1-how SYSTEM "../chapter01/how.xml"> <!ENTITY c1-changelog SYSTEM "../chapter01/changelog.xml"> <!ENTITY c1-resources SYSTEM "../chapter01/contactinfo.xml"> +<!ENTITY c1-askforhelp SYSTEM "../chapter01/askforhelp.xml"> <!ENTITY chapter02 SYSTEM "../chapter02/chapter02.xml"> -<!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml"> -<!ENTITY c2-aboutsbus SYSTEM "../chapter02/aboutsbus.xml"> -<!ENTITY c2-abouttestsuites SYSTEM "../chapter02/abouttestsuites.xml"> -<!ENTITY c2-askforhelp SYSTEM "../chapter02/askforhelp.xml"> <!ENTITY chapter03 SYSTEM "../chapter03/chapter03.xml"> -<!ENTITY c3-introduction SYSTEM "../chapter03/introduction.xml"> -<!ENTITY c3-creatingpart SYSTEM "../chapter03/creatingpart.xml"> -<!ENTITY c3-creatingfs SYSTEM "../chapter03/creatingfs.xml"> -<!ENTITY c3-mounting SYSTEM "../chapter03/mounting.xml"> <!ENTITY chapter04 SYSTEM "../chapter04/chapter04.xml"> <!ENTITY chapter05 SYSTEM "../chapter05/chapter05.xml"> <!ENTITY chapter06 SYSTEM "../chapter06/chapter06.xml"> -<!ENTITY c6-aboutdebug SYSTEM "../chapter06/aboutdebug.xml"> <!ENTITY chapter07 SYSTEM "../chapter07/chapter07.xml"> -<!ENTITY c7-introduction SYSTEM "../chapter07/introduction.xml"> <!ENTITY c7-usage SYSTEM "../chapter07/usage.xml"> <!ENTITY c7-setclock SYSTEM "../chapter07/setclock.xml"> <!ENTITY c7-loadkeys SYSTEM "../chapter07/loadkeys.xml"> |