diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-03 02:21:30 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-03 02:21:30 +0000 |
commit | fa7b51290728fa9606623676bc5d196ea9711489 (patch) | |
tree | cc1cbc818066968851d9b7bf68fb86302f8d2dd8 /book | |
parent | 5a8fca62516f24aba2ae20399c9b8be2fad7baff (diff) |
applied Alex' 'further dividing the book' patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'book')
-rw-r--r-- | book/book.xml | 1 | ||||
-rw-r--r-- | book/part2.xml | 6 | ||||
-rw-r--r-- | book/part3.xml | 7 |
3 files changed, 7 insertions, 7 deletions
diff --git a/book/book.xml b/book/book.xml index eca386feb..5549529bc 100644 --- a/book/book.xml +++ b/book/book.xml @@ -5,3 +5,4 @@ &part1; &part2; &part3; +&part4; diff --git a/book/part2.xml b/book/part2.xml index d37fbec33..089251a4b 100644 --- a/book/part2.xml +++ b/book/part2.xml @@ -1,12 +1,8 @@ <part id="part2"> -<title>Part II - Installing the LFS system</title> +<title>Part II - Preparing for the build</title> &chapter03; &chapter04; &chapter05; -&chapter06; -&chapter07; -&chapter08; -&chapter09; </part> diff --git a/book/part3.xml b/book/part3.xml index 3a42d29ca..86607c428 100644 --- a/book/part3.xml +++ b/book/part3.xml @@ -1,7 +1,10 @@ <part id="part3"> -<title>Part III - Appendixes</title> +<title>Part III - Building the LFS system</title> -&appendixa; +&chapter06; +&chapter07; +&chapter08; +&chapter09; </part> |