diff options
Diffstat (limited to 'book.xml')
-rw-r--r-- | book.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/book.xml b/book.xml new file mode 100644 index 000000000..c8e2c9af8 --- /dev/null +++ b/book.xml @@ -0,0 +1,36 @@ +&bookinfo; + +<dedication> +<title>Dedication</title> +<para>This book is dedicated to my loving and supportive wife +<emphasis>Beverly Beekmans</emphasis>.</para> +</dedication> + +&preface; + +<part id="part1"> +<title>Part I - Introduction</title> +&chapter01; +&chapter02; +</part> + +<part id="part2"> +<title>Part II - Preparing for the build</title> +&chapter03; +&chapter04; +&chapter05; +</part> + +<part id="part3"> +<title>Part III - Building the LFS system</title> +&chapter06; +&chapter07; +&chapter08; +&chapter09; +</part> + +<part id="part4"> +<title>Part IV - Appendices</title> +&appendixa; +&appendixb; +</part> |