From eb81fc56060a2bfd6201cc6669b6c9c5f87cb280 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 2 Sep 2003 22:03:07 +0000 Subject: Merging files that make up the title page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- book.xml | 36 ++++++++++++++++++++++++++++ book/book.xml | 8 ------- book/part1.xml | 7 ------ book/part2.xml | 8 ------- book/part3.xml | 10 -------- book/part4.xml | 7 ------ bookinfo.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++++ bookinfo/abstract.xml | 6 ----- bookinfo/authorgroup.xml | 6 ----- bookinfo/bookinfo.xml | 10 -------- bookinfo/copyright.xml | 7 ------ bookinfo/legalnotice.xml | 38 ------------------------------ dedication/dedicated.xml | 3 --- dedication/dedication.xml | 6 ----- index.xml | 11 ++------- 15 files changed, 98 insertions(+), 125 deletions(-) create mode 100644 book.xml delete mode 100644 book/book.xml delete mode 100644 book/part1.xml delete mode 100644 book/part2.xml delete mode 100644 book/part3.xml delete mode 100644 book/part4.xml create mode 100644 bookinfo.xml delete mode 100644 bookinfo/abstract.xml delete mode 100644 bookinfo/authorgroup.xml delete mode 100644 bookinfo/bookinfo.xml delete mode 100644 bookinfo/copyright.xml delete mode 100644 bookinfo/legalnotice.xml delete mode 100644 dedication/dedicated.xml delete mode 100644 dedication/dedication.xml 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 +This book is dedicated to my loving and supportive wife +Beverly Beekmans. + + +&preface; + + +Part I - Introduction +&chapter01; +&chapter02; + + + +Part II - Preparing for the build +&chapter03; +&chapter04; +&chapter05; + + + +Part III - Building the LFS system +&chapter06; +&chapter07; +&chapter08; +&chapter09; + + + +Part IV - Appendices +&appendixa; +&appendixb; + diff --git a/book/book.xml b/book/book.xml deleted file mode 100644 index 5549529bc..000000000 --- a/book/book.xml +++ /dev/null @@ -1,8 +0,0 @@ -&bookinfo; -&dedication; -&preface; - -&part1; -&part2; -&part3; -&part4; diff --git a/book/part1.xml b/book/part1.xml deleted file mode 100644 index e978daaea..000000000 --- a/book/part1.xml +++ /dev/null @@ -1,7 +0,0 @@ - -Part I - Introduction - -&chapter01; -&chapter02; - - diff --git a/book/part2.xml b/book/part2.xml deleted file mode 100644 index 089251a4b..000000000 --- a/book/part2.xml +++ /dev/null @@ -1,8 +0,0 @@ - -Part II - Preparing for the build - -&chapter03; -&chapter04; -&chapter05; - - diff --git a/book/part3.xml b/book/part3.xml deleted file mode 100644 index 86607c428..000000000 --- a/book/part3.xml +++ /dev/null @@ -1,10 +0,0 @@ - -Part III - Building the LFS system - -&chapter06; -&chapter07; -&chapter08; -&chapter09; - - - diff --git a/book/part4.xml b/book/part4.xml deleted file mode 100644 index e993e770a..000000000 --- a/book/part4.xml +++ /dev/null @@ -1,7 +0,0 @@ - -Part IV - Appendices - -&appendixa; -&appendixb; - - diff --git a/bookinfo.xml b/bookinfo.xml new file mode 100644 index 000000000..371b6c8aa --- /dev/null +++ b/bookinfo.xml @@ -0,0 +1,60 @@ + +Linux From Scratch +Version &version; + + + +GerardBeekmans + + + + + 1999-2003 + Gerard Beekmans + + + + +This book describes the process of creating a Linux system from +scratch, using nothing but the sources of the required software. + + + + +Copyright (c) 1999-2002, Gerard Beekmans + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + + +Redistributions in any form must retain the above copyright +notice, this list of conditions and the following disclaimer. + +Neither the name of "Linux From Scratch" nor the names of +its contributors may be used to endorse or promote products derived from +this material without specific prior written permission. + +Any material derived from Linux From Scratch must contain +a reference to the "Linux From Scratch" project. + + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS +IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + + diff --git a/bookinfo/abstract.xml b/bookinfo/abstract.xml deleted file mode 100644 index 695977fec..000000000 --- a/bookinfo/abstract.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -This book describes the process of creating a Linux system from -scratch, using nothing but the sources of the required software. - - diff --git a/bookinfo/authorgroup.xml b/bookinfo/authorgroup.xml deleted file mode 100644 index 25b279c43..000000000 --- a/bookinfo/authorgroup.xml +++ /dev/null @@ -1,6 +0,0 @@ - - -GerardBeekmans - - - diff --git a/bookinfo/bookinfo.xml b/bookinfo/bookinfo.xml deleted file mode 100644 index 411dd80fa..000000000 --- a/bookinfo/bookinfo.xml +++ /dev/null @@ -1,10 +0,0 @@ - -Linux From Scratch -Version &version; - -&bi-authorgroup; -&bi-copyright; -&bi-legalnotice; -&bi-abstract; - - diff --git a/bookinfo/copyright.xml b/bookinfo/copyright.xml deleted file mode 100644 index e22714b3e..000000000 --- a/bookinfo/copyright.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - 1999-2003 - Gerard Beekmans - - - diff --git a/bookinfo/legalnotice.xml b/bookinfo/legalnotice.xml deleted file mode 100644 index 0bc53b9d0..000000000 --- a/bookinfo/legalnotice.xml +++ /dev/null @@ -1,38 +0,0 @@ - - -Copyright (c) 1999-2002, Gerard Beekmans - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - - -Redistributions in any form must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Neither the name of "Linux From Scratch" nor the names of -its contributors may be used to endorse or promote products derived from -this material without specific prior written permission. - -Any material derived from Linux From Scratch must contain -a reference to the "Linux From Scratch" project. - - - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS -IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - diff --git a/dedication/dedicated.xml b/dedication/dedicated.xml deleted file mode 100644 index 3658864d5..000000000 --- a/dedication/dedicated.xml +++ /dev/null @@ -1,3 +0,0 @@ -This book is dedicated to my loving and supportive wife -Beverly Beekmans. - diff --git a/dedication/dedication.xml b/dedication/dedication.xml deleted file mode 100644 index dae8f2e84..000000000 --- a/dedication/dedication.xml +++ /dev/null @@ -1,6 +0,0 @@ - -Dedication - -&dc-dedicated; - - diff --git a/index.xml b/index.xml index e9f48544e..ef031c0f5 100644 --- a/index.xml +++ b/index.xml @@ -20,13 +20,9 @@ - - - + + - - - @@ -99,9 +95,6 @@ -%parts; -%bookinfo; -%dedication; %preface; %chapter01; %chapter02; -- cgit v1.2.3-54-g00ecf