From eb81fc56060a2bfd6201cc6669b6c9c5f87cb280 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 2 Sep 2003 22:03:07 +0000 Subject: [PATCH] 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/legalnotice.xml => bookinfo.xml | 26 +++++++++++++++-- bookinfo/abstract.xml | 6 ---- bookinfo/authorgroup.xml | 6 ---- bookinfo/bookinfo.xml | 10 ------- bookinfo/copyright.xml | 7 ----- dedication/dedicated.xml | 3 -- dedication/dedication.xml | 6 ---- index.xml | 11 ++------ 14 files changed, 62 insertions(+), 89 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 rename bookinfo/legalnotice.xml => bookinfo.xml (77%) 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 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/legalnotice.xml b/bookinfo.xml similarity index 77% rename from bookinfo/legalnotice.xml rename to bookinfo.xml index 0bc53b9d0..371b6c8aa 100644 --- a/bookinfo/legalnotice.xml +++ b/bookinfo.xml @@ -1,5 +1,26 @@ - + +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. @@ -33,6 +54,7 @@ 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/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;