Browse Source

Merging files that make up the title page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud 22 years ago
parent
commit
eb81fc5606

+ 36 - 0
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>

+ 0 - 8
book/book.xml

@@ -1,8 +0,0 @@
-&bookinfo;
-&dedication;
-&preface;
-
-&part1;
-&part2;
-&part3;
-&part4;

+ 0 - 7
book/part1.xml

@@ -1,7 +0,0 @@
-<part id="part1">
-<title>Part I - Introduction</title>
-
-&chapter01;
-&chapter02;
-
-</part>

+ 0 - 8
book/part2.xml

@@ -1,8 +0,0 @@
-<part id="part2">
-<title>Part II - Preparing for the build</title>
-
-&chapter03;
-&chapter04;
-&chapter05;
-
-</part>

+ 0 - 10
book/part3.xml

@@ -1,10 +0,0 @@
-<part id="part3">
-<title>Part III - Building the LFS system</title>
-
-&chapter06;
-&chapter07;
-&chapter08;
-&chapter09;
-
-</part>
-

+ 0 - 7
book/part4.xml

@@ -1,7 +0,0 @@
-<part id="part4">
-<title>Part IV - Appendices</title>
-
-&appendixa;
-&appendixb;
-
-</part>

+ 24 - 2
bookinfo/legalnotice.xml → bookinfo.xml

@@ -1,5 +1,26 @@
-<legalnotice>
+<bookinfo>
+<title>Linux From Scratch</title>
+<subtitle>Version &version;</subtitle>
+
+
+<authorgroup>
+<author><firstname>Gerard</firstname><surname>Beekmans</surname></author>
+</authorgroup>
+
+
+<copyright id="copyright">
+	<year>1999-2003</year>
+	<holder>Gerard Beekmans</holder>
+</copyright>
+
 
+<abstract>
+<para>This book describes the process of creating a Linux system from
+scratch, using nothing but the sources of the required software.</para>
+</abstract>
+
+
+<legalnotice>
 <para>Copyright (c) 1999-2002, Gerard Beekmans</para>
 
 <para>All rights reserved.</para>
@@ -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.</para>
-
 </legalnotice>
 
+
+</bookinfo>

+ 0 - 6
bookinfo/abstract.xml

@@ -1,6 +0,0 @@
-<abstract>
-
-<para>This book describes the process of creating a Linux system from
-scratch, using nothing but the sources of the required software.</para>
-</abstract>
-

+ 0 - 6
bookinfo/authorgroup.xml

@@ -1,6 +0,0 @@
-<authorgroup>
-
-<author><firstname>Gerard</firstname><surname>Beekmans</surname></author>
-
-</authorgroup>
-

+ 0 - 10
bookinfo/bookinfo.xml

@@ -1,10 +0,0 @@
-<bookinfo>
-<title>Linux From Scratch</title>
-<subtitle>Version &version;</subtitle>
-
-&bi-authorgroup;
-&bi-copyright;
-&bi-legalnotice;
-&bi-abstract;
-
-</bookinfo>

+ 0 - 7
bookinfo/copyright.xml

@@ -1,7 +0,0 @@
-<copyright id="copyright">
-
-	<year>1999-2003</year>
-	<holder>Gerard Beekmans</holder>
-
-</copyright>
-

+ 0 - 3
dedication/dedicated.xml

@@ -1,3 +0,0 @@
-<para>This book is dedicated to my loving and supportive wife
-<emphasis>Beverly Beekmans</emphasis>.</para>
-

+ 0 - 6
dedication/dedication.xml

@@ -1,6 +0,0 @@
-<dedication>
-<title>Dedication</title>
-
-&dc-dedicated;
-
-</dedication>

+ 2 - 9
index.xml

@@ -20,13 +20,9 @@
 <!ENTITY all-version "cvs-20030831-estimate">
 <!ENTITY all-size-mb "105 MB">
 
-<!-- preparing for surgery, please don't move -->
-<!-- if there's a double entry, please remove the other -->
-<!ENTITY book SYSTEM "book/book.xml">
+<!ENTITY book SYSTEM "book.xml">
+<!ENTITY bookinfo SYSTEM "bookinfo.xml">
 
-<!ENTITY % parts SYSTEM "entities/parts.ent">
-<!ENTITY % bookinfo SYSTEM "entities/bookinfo.ent">
-<!ENTITY % dedication SYSTEM "entities/dedication.ent">
 <!ENTITY % preface SYSTEM "entities/preface.ent">
 <!ENTITY % chapter01 SYSTEM "entities/chapter01.ent">
 <!ENTITY % chapter02 SYSTEM "entities/chapter02.ent">
@@ -99,9 +95,6 @@
 <!ENTITY % vim-entities SYSTEM "entities/vim.ent">
 <!ENTITY % zlib-entities SYSTEM "entities/zlib.ent">
 
-%parts;
-%bookinfo;
-%dedication;
 %preface;
 %chapter01;
 %chapter02;