source: clfs-embedded/BOOK/x86-index.xml @ 38e391a

Last change on this file since 38e391a was 38e391a, checked in by Andrew Bradford <bradfa@…>, 13 years ago

Added beyond-lib section to the book

This may not build because of inclusion of zlib in beyond-lib but zlib
xml files aren't there yet. See next commit.

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[a9e389d]1<?xml version="1.0" encoding="ISO-8859-1"?>
[bd48e48]2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a9e389d]4  <!ENTITY % general-entities SYSTEM "general.ent">
5  %general-entities;
6]>
7
8<book>
9
10  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/x86/bookinfo.xml"/>
11  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/preface.xml"/>
12
13  <part id="part1">
14    <?dbhtml filename="part1.html"?>
15
16    <title>Introduction</title>
17
18    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/x86-chapter.xml"/>
19
20  </part>
21
22  <part id="part2">
23    <?dbhtml filename="part2.html"?>
24
25    <title>Preparing for the Build</title>
26
27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/x86-chapter.xml"/>
28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/x86-chapter.xml"/>
29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
[2dd87d6]30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-prep/x86-chapter.xml"/>
[a9e389d]31
32  </part>
33
34  <part id="part3">
35    <?dbhtml filename="part3.html"?>
36
37    <title>Make the Cross-Compile Tools</title>
38
39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cross-tools/x86-chapter.xml"/>
40
41  </part>
42
43  <part id="part4">
44    <?dbhtml filename="part4.html"?>
45
46    <title>Building the CLFS System</title>
47
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86-chapter.xml"/>
[2dd87d6]49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-build/x86-chapter.xml"/>
[a9e389d]50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/x86-chapter.xml"/>
[2dd87d6]51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
[97c9564]52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/x86-chapter.xml"/>
[a9e389d]53
54  </part>
55
56  <part id="part5">
57    <?dbhtml filename="part5.html"?>
58
[fe07f05]59    <title>Beyond CLFS Embedded</title>
[81941ed]60
[18c9860]61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/x86-chapter.xml"/>
[38e391a]62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-lib/x86-chapter.xml"/>
[9f2bcf1]63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-net/x86-chapter.xml"/>
[d445673c]64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/x86-chapter.xml"/>
[81941ed]65
66  </part>
67
68  <part id="part6">
69    <?dbhtml filename="part6.html"?>
70
[fe07f05]71    <title>Cleanup and Boot</title>
72
73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cleanup/chapter.xml"/>
74    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
75
76  </part>
77
78  <part id="part7">
79    <?dbhtml filename="part7.html"?>
80
[a9e389d]81    <title>Appendices</title>
82
83    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acronymlist.xml"/>
84    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acknowledgments.xml"/>
85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/>
86    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/x86.xml"/>
87    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/>
88
89  </part>
90  <index/>
91
92</book>
Note: See TracBrowser for help on using the repository browser.