source: clfs-embedded/BOOK/arm-index.xml@ 90309a2

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

Rename 'partitioning' dir to 'create-dir'

More accurately reflects the purpose of the chapter.

  • Property mode set to 100644
File size: 2.9 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="create-dir/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 </part>
31
32 <part id="part3">
33 <?dbhtml filename="part3.html"?>
34
35 <title>Make the Cross-Compile Tools</title>
36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cross-tools/arm-chapter.xml"/>
38
39 </part>
40
41 <part id="part4">
42 <?dbhtml filename="part4.html"?>
43
44 <title>Building the CLFS System</title>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/arm-chapter.xml"/>
47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/arm-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="bootloaders/arm-chapter.xml"/>
50
51 </part>
52
53 <part id="part5">
54 <?dbhtml filename="part5.html"?>
55
56 <title>Beyond CLFS Embedded</title>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/arm-chapter.xml"/>
59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-lib/arm-chapter.xml"/>
60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-net/arm-chapter.xml"/>
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/arm-chapter.xml"/>
62
63 </part>
64
65 <part id="part6">
66 <?dbhtml filename="part6.html"?>
67
68 <title>Cleanup and Boot</title>
69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cleanup/chapter.xml"/>
71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
72
73 </part>
74
75 <part id="part7">
76 <?dbhtml filename="part7.html"?>
77
78 <title>Appendices</title>
79
80 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acronymlist.xml"/>
81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/>
82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/arm.xml"/>
83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/>
84
85 </part>
86 <index/>
87
88</book>
Note: See TracBrowser for help on using the repository browser.