source: clfs-embedded/BOOK/mips-index.xml@ 82c2b54

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

introduction: Make more common

All was, now is even more.

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[99fc891]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" [
[99fc891]4 <!ENTITY % general-entities SYSTEM "general.ent">
5 %general-entities;
6]>
7
8<book>
9
[193c88a]10 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="preface/mips/bookinfo.xml"/>
11 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="preface/preface.xml"/>
[99fc891]12
13 <part id="part1">
14 <?dbhtml filename="part1.html"?>
15
16 <title>Introduction</title>
17
[f3adbf6]18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/chapter.xml"/>
[99fc891]19
20 </part>
21
22 <part id="part2">
23 <?dbhtml filename="part2.html"?>
24
25 <title>Preparing for the Build</title>
26
[2a5f9db]27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/chapter.xml"/>
[99fc891]28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
29 </part>
30
31 <part id="part3">
32 <?dbhtml filename="part3.html"?>
33
34 <title>Make the Cross-Compile Tools</title>
35
36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cross-tools/mips-chapter.xml"/>
37
38 </part>
39
40 <part id="part4">
41 <?dbhtml filename="part4.html"?>
42
43 <title>Building the CLFS System</title>
44
[b42c094]45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/chapter.xml"/>
[99fc891]46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/mips-chapter.xml"/>
[2dd87d6]47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
[97c9564]48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/mips-chapter.xml"/>
[99fc891]49
50 </part>
51
52 <part id="part5">
53 <?dbhtml filename="part5.html"?>
54
[fe07f05]55 <title>Beyond CLFS Embedded</title>
[81941ed]56
[d7bfee2]57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/chapter.xml"/>
[87bf8c9]58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-lib/chapter.xml"/>
[59a023e]59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-net/chapter.xml"/>
[3f4c1c5]60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/chapter.xml"/>
[81941ed]61
62 </part>
63
64 <part id="part6">
65 <?dbhtml filename="part6.html"?>
66
[fe07f05]67 <title>Cleanup and Boot</title>
68
69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cleanup/chapter.xml"/>
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
71
72 </part>
73
[99fc891]74 <index/>
75
76</book>
Note: See TracBrowser for help on using the repository browser.