mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
dc7ba45806
commit
eb81fc5606
36
book.xml
Normal file
36
book.xml
Normal 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>
|
@ -1,8 +0,0 @@
|
||||
&bookinfo;
|
||||
&dedication;
|
||||
&preface;
|
||||
|
||||
&part1;
|
||||
&part2;
|
||||
&part3;
|
||||
&part4;
|
@ -1,7 +0,0 @@
|
||||
<part id="part1">
|
||||
<title>Part I - Introduction</title>
|
||||
|
||||
&chapter01;
|
||||
&chapter02;
|
||||
|
||||
</part>
|
@ -1,8 +0,0 @@
|
||||
<part id="part2">
|
||||
<title>Part II - Preparing for the build</title>
|
||||
|
||||
&chapter03;
|
||||
&chapter04;
|
||||
&chapter05;
|
||||
|
||||
</part>
|
@ -1,10 +0,0 @@
|
||||
<part id="part3">
|
||||
<title>Part III - Building the LFS system</title>
|
||||
|
||||
&chapter06;
|
||||
&chapter07;
|
||||
&chapter08;
|
||||
&chapter09;
|
||||
|
||||
</part>
|
||||
|
@ -1,7 +0,0 @@
|
||||
<part id="part4">
|
||||
<title>Part IV - Appendices</title>
|
||||
|
||||
&appendixa;
|
||||
&appendixb;
|
||||
|
||||
</part>
|
@ -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>
|
@ -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>
|
||||
|
@ -1,6 +0,0 @@
|
||||
<authorgroup>
|
||||
|
||||
<author><firstname>Gerard</firstname><surname>Beekmans</surname></author>
|
||||
|
||||
</authorgroup>
|
||||
|
@ -1,10 +0,0 @@
|
||||
<bookinfo>
|
||||
<title>Linux From Scratch</title>
|
||||
<subtitle>Version &version;</subtitle>
|
||||
|
||||
&bi-authorgroup;
|
||||
&bi-copyright;
|
||||
&bi-legalnotice;
|
||||
&bi-abstract;
|
||||
|
||||
</bookinfo>
|
@ -1,7 +0,0 @@
|
||||
<copyright id="copyright">
|
||||
|
||||
<year>1999-2003</year>
|
||||
<holder>Gerard Beekmans</holder>
|
||||
|
||||
</copyright>
|
||||
|
@ -1,3 +0,0 @@
|
||||
<para>This book is dedicated to my loving and supportive wife
|
||||
<emphasis>Beverly Beekmans</emphasis>.</para>
|
||||
|
@ -1,6 +0,0 @@
|
||||
<dedication>
|
||||
<title>Dedication</title>
|
||||
|
||||
&dc-dedicated;
|
||||
|
||||
</dedication>
|
11
index.xml
11
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;
|
||||
|
Loading…
Reference in New Issue
Block a user