diff options
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> |