Merging files that make up the title page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2003-09-02 22:03:07 +00:00
parent dc7ba45806
commit eb81fc5606
14 changed files with 62 additions and 89 deletions

36
book.xml Normal file
View File

@ -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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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>

View File

@ -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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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;