source: clfs-embedded/BOOK/arm-index.xml @ 6935fe6

Last change on this file since 6935fe6 was 6935fe6, checked in by Andrew Bradford <andrew@…>, 11 years ago

Remove acknowledgments

They were all from LFS, not CLFS, and mentioned lots of things that only
apply to LFS itself, thus they were out of date and not accurate for the
CLFS project.

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/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/arm/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/arm-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/arm-chapter.xml"/>
28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/arm-chapter.xml"/>
29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-prep/arm-chapter.xml"/>
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/arm-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/arm-chapter.xml"/>
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-build/arm-chapter.xml"/>
49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/arm-chapter.xml"/>
50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/arm-chapter.xml"/>
52
53  </part>
54
55  <part id="part5">
56    <?dbhtml filename="part5.html"?>
57
58    <title>Beyond CLFS Embedded</title>
59
60    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/arm-chapter.xml"/>
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-lib/arm-chapter.xml"/>
62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-net/arm-chapter.xml"/>
63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/arm-chapter.xml"/>
64
65  </part>
66
67  <part id="part6">
68    <?dbhtml filename="part6.html"?>
69
70    <title>Cleanup and Boot</title>
71
72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cleanup/chapter.xml"/>
73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
74
75  </part>
76
77  <part id="part7">
78    <?dbhtml filename="part7.html"?>
79
80    <title>Appendices</title>
81
82    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acronymlist.xml"/>
83    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/>
84    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/arm.xml"/>
85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/>
86
87  </part>
88  <index/>
89
90</book>
Note: See TracBrowser for help on using the repository browser.