source: BOOK/x86-index.xml@ f14f7c2

Last change on this file since f14f7c2 was f14f7c2, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Revert "Remove the test part."

This reverts commit 69fa5e6b525bc9edb1de06af31f3e6f14fe4180a.

  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "general.ent">
5 %general-entities;
6]>
7
8<book>
9
[dabbced]10 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/x86/bookinfo.xml"/>
[f14f7c2]11 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="testpart.xml"/>
[3f8be484]12 <!--
[dabbced]13 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/dedication.xml"/>
[3f8be484]14 -->
[dabbced]15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/preface.xml"/>
[3f8be484]16
[4fe47e3]17
[3f8be484]18 <part id="part1">
19 <?dbhtml filename="part1.html"?>
20
21 <title>Introduction</title>
22
[dabbced]23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction/x86-chapter.xml"/>
[3f8be484]24
25 </part>
26
27 <part id="part2">
28 <?dbhtml filename="part2.html"?>
29
30 <title>Preparing for the Build</title>
31
[dabbced]32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="partitioning/x86-chapter.xml"/>
33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="materials/x86-chapter.xml"/>
34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="final-preps/chapter.xml"/>
[3f8be484]35
36 </part>
37
38 <part id="part3">
39 <?dbhtml filename="part3.html"?>
40
41 <title>Make the Cross-Compile Tools</title>
42
[dabbced]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cross-tools/x86-chapter.xml"/>
[3f8be484]44
45 </part>
46
47 <part id="part4">
48 <?dbhtml filename="part4.html"?>
49
50 <title>Building the Basic Tools</title>
51
[dabbced]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="temp-system/x86-chapter.xml"/>
53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="boot/x86-chapter.xml"/>
54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chroot/x86-chapter.xml"/>
[3f8be484]55
56 </part>
57
58 <part id="part5">
59 <?dbhtml filename="part5.html"?>
60
[e97d7d3]61 <title>Building the CLFS System</title>
[3f8be484]62
[dabbced]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="testsuite-tools/x86-chapter.xml"/>
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="final-system/x86-chapter.xml"/>
65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootscripts/x86-chapter.xml"/>
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network/x86-chapter.xml"/>
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootable/x86-chapter.xml"/>
68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="the-end/chapter.xml"/>
[3f8be484]69
70 </part>
71
72 <part id="part6">
73 <?dbhtml filename="part6.html"?>
74
75 <title>Appendices</title>
76
[dabbced]77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/acronymlist.xml"/>
78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/dependencies/common.xml"/>
79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/dependencies/x86.xml"/>
80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/license.xml"/>
[3f8be484]81
82 </part>
83
84 <index/>
85
86</book>
Note: See TracBrowser for help on using the repository browser.