source: clfs-embedded/BOOK/x86-index.xml @ 7165e5c

Last change on this file since 7165e5c was 7165e5c, checked in by Jim Gifford <clfs@…>, 17 years ago

Move the end to Beyond CLFS
Added /etc/profile
Added /etc/inpurc

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
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"/>
30
31  </part>
32
33  <part id="part3">
34    <?dbhtml filename="part3.html"?>
35
36    <title>Make the Cross-Compile Tools</title>
37
38    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cross-tools/x86-chapter.xml"/>
39
40  </part>
41
42  <part id="part4">
43    <?dbhtml filename="part4.html"?>
44
45    <title>Building the CLFS System</title>
46
47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86-chapter.xml"/>
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/x86-chapter.xml"/>
50
51  </part>
52
53  <part id="part5">
54    <?dbhtml filename="part5.html"?>
55
56    <title>Beyond CLFS</title>
57
58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-clfs3/x86-chapter.xml"/>
59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
60
61  </part>
62
63  <part id="part6">
64    <?dbhtml filename="part6.html"?>
65
66    <title>Appendices</title>
67
68    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acronymlist.xml"/>
69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acknowledgments.xml"/>
70    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/>
71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/x86.xml"/>
72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/>
73
74  </part>
75  <index/>
76
77</book>
Note: See TracBrowser for help on using the repository browser.