source: BOOK/ppc64-index.xml @ c248a6b

systemd
Last change on this file since c248a6b was c963ac3, checked in by Chris Staub <chris@…>, 10 years ago

Ensure ppc appendix is actually appendix E

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[d49b9e8]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" [
[d49b9e8]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/ppc64/bookinfo.xml"/>
[d49b9e8]11  <!--
[dabbced]12  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/dedication.xml"/>
[d49b9e8]13  -->
[dabbced]14  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/preface.xml"/>
[d49b9e8]15
16  <part id="part1">
17    <?dbhtml filename="part1.html"?>
18
19    <title>Introduction</title>
20
[dabbced]21    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction/ppc64-chapter.xml"/>
[d49b9e8]22
23  </part>
24
25  <part id="part2">
26    <?dbhtml filename="part2.html"?>
27
28    <title>Preparing for the Build</title>
29
[dabbced]30    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="partitioning/ppc64-chapter.xml"/>
31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="materials/ppc64-chapter.xml"/>
[5585711]32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="final-preps/ppc64-chapter.xml"/>
[d49b9e8]33
34  </part>
35
36  <part id="part3">
37    <?dbhtml filename="part3.html"?>
38
39    <title>Make the Cross-Compile Tools</title>
40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cross-tools/ppc64-chapter.xml"/>
[d49b9e8]42
43  </part>
44
45  <part id="part4">
46    <?dbhtml filename="part4.html"?>
47
48    <title>Building the Basic Tools</title>
49
[dabbced]50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="temp-system/ppc64-chapter.xml"/>
51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="boot/ppc64-chapter.xml"/>
52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chroot/ppc64-chapter.xml"/>
[d49b9e8]53
54  </part>
55
56  <part id="part5">
57    <?dbhtml filename="part5.html"?>
58
[e97d7d3]59    <title>Building the CLFS System</title>
[d49b9e8]60
[dabbced]61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="testsuite-tools/ppc64-chapter.xml"/>
62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="final-system/ppc64-chapter.xml"/>
[0661397]63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="system-config/ppc64-chapter.xml"/>
[dabbced]64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network/ppc64-chapter.xml"/>
65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootable/ppc64-chapter.xml"/>
66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="the-end/chapter.xml"/>
[d49b9e8]67
68  </part>
69
70  <part id="part6">
71    <?dbhtml filename="part6.html"?>
72
73    <title>Appendices</title>
74
[dabbced]75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/acronymlist.xml"/>
76    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/dependencies/common.xml"/>
77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/dependencies/ppc.xml"/>
[11099cf]78    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/rationale/common.xml"/>
[c963ac3]79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/ppc/macmiscellany.xml"/>
[dabbced]80    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/license.xml"/>
[d49b9e8]81
82  </part>
83
84  <index/>
85
86</book>
Note: See TracBrowser for help on using the repository browser.