aboutsummaryrefslogtreecommitdiffstats
path: root/entities
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-07 22:24:51 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-07 22:24:51 +0000
commitf903ec6caa956c35ac2b4fe42a34bbf061d2accd (patch)
tree221e38e0075337cacf054147b22f73fa290dae92 /entities
parent171c3122931b4696630c99c47d44787280cb127a (diff)
Oops, add.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r--entities/book-structure.xml77
1 files changed, 77 insertions, 0 deletions
diff --git a/entities/book-structure.xml b/entities/book-structure.xml
new file mode 100644
index 000000000..9ff7ea6fe
--- /dev/null
+++ b/entities/book-structure.xml
@@ -0,0 +1,77 @@
+<!ENTITY preface SYSTEM "../preface/preface.xml">
+<!ENTITY pf-foreword SYSTEM "../preface/foreword.xml">
+<!ENTITY pf-audience SYSTEM "../preface/audience.xml">
+<!ENTITY pf-prerequisites SYSTEM "../preface/prerequisites.xml">
+<!ENTITY pf-organization SYSTEM "../preface/organization.xml">
+
+<!ENTITY chapter01 SYSTEM "../chapter01/chapter01.xml">
+<!ENTITY c1-how SYSTEM "../chapter01/how.xml">
+<!ENTITY c1-conventions SYSTEM "../chapter01/conventions.xml">
+<!ENTITY c1-version SYSTEM "../chapter01/versions.xml">
+<!ENTITY c1-acknowledgements SYSTEM "../chapter01/acknowledgements.xml">
+<!ENTITY c1-changelog SYSTEM "../chapter01/changelog.xml">
+<!ENTITY c1-contactinfo SYSTEM "../chapter01/contactinfo.xml">
+
+<!ENTITY chapter02 SYSTEM "../chapter02/chapter02.xml">
+<!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml">
+<!ENTITY c2-aboutsbus SYSTEM "../chapter02/aboutsbus.xml">
+<!ENTITY c2-abouttestsuites SYSTEM "../chapter02/abouttestsuites.xml">
+<!ENTITY c2-askforhelp SYSTEM "../chapter02/askforhelp.xml">
+
+<!ENTITY chapter03 SYSTEM "../chapter03/chapter03.xml">
+<!ENTITY c3-introduction SYSTEM "../chapter03/introduction.xml">
+<!ENTITY c3-creatingpart SYSTEM "../chapter03/creatingpart.xml">
+<!ENTITY c3-creatingfs SYSTEM "../chapter03/creatingfs.xml">
+<!ENTITY c3-mounting SYSTEM "../chapter03/mounting.xml">
+
+<!ENTITY chapter04 SYSTEM "../chapter04/chapter04.xml">
+
+<!ENTITY chapter05 SYSTEM "../chapter05/chapter05.xml">
+<!ENTITY c5-introduction SYSTEM "../chapter05/introduction.xml">
+<!ENTITY c5-toolchaintechnotes SYSTEM "../chapter05/toolchaintechnotes.xml">
+<!ENTITY c5-creatingtoolsdir SYSTEM "../chapter05/creatingstage1dir.xml">
+<!ENTITY c5-addinguser SYSTEM "../chapter05/adding-user.xml">
+<!ENTITY c5-settingenviron SYSTEM "../chapter05/setting-environment.xml">
+<!ENTITY c5-lockingglibc SYSTEM "../chapter05/lockingglibc.xml">
+
+<!ENTITY chapter06 SYSTEM "../chapter06/chapter06.xml">
+<!ENTITY c6-introduction SYSTEM "../chapter06/introduction.xml">
+<!ENTITY c6-aboutdebug SYSTEM "../chapter06/aboutdebug.xml">
+<!ENTITY c6-chrootcmd SYSTEM "../chapter06/chrootcmd.xml">
+<!ENTITY c6-chroot SYSTEM "../chapter06/chroot.xml">
+<!ENTITY c6-changingowner SYSTEM "../chapter06/changingowner.xml">
+<!ENTITY c6-creatingdirs SYSTEM "../chapter06/creatingdirs.xml">
+<!ENTITY c6-pwdgroup SYSTEM "../chapter06/pwdgroup.xml">
+<!ENTITY c6-mountproc SYSTEM "../chapter06/mountproc.xml">
+<!ENTITY c6-createfiles SYSTEM "../chapter06/createfiles.xml">
+<!ENTITY c6-adjustingtoolchain SYSTEM "../chapter06/adjustingtoolchain.xml">
+<!ENTITY c6-basic-net SYSTEM "../chapter06/basic-net.xml">
+<!ENTITY c6-revisedchroot SYSTEM "../chapter06/revisedchroot.xml">
+<!ENTITY c6-configure SYSTEM "../chapter06/configure.xml">
+<!ENTITY c6-cf-ldso SYSTEM "../chapter06/config-ldso.xml">
+<!ENTITY c6-cf-keyboard SYSTEM "../chapter06/config-keyboard.xml">
+<!ENTITY c6-cf-password SYSTEM "../chapter06/create-password.xml">
+
+<!ENTITY chapter07 SYSTEM "../chapter07/chapter07.xml">
+<!ENTITY c7-introduction SYSTEM "../chapter07/introduction.xml">
+<!ENTITY c7-usage SYSTEM "../chapter07/usage.xml">
+<!ENTITY c7-setclock SYSTEM "../chapter07/setclock.xml">
+<!ENTITY c7-loadkeys SYSTEM "../chapter07/loadkeys.xml">
+<!ENTITY c7-hostname SYSTEM "../chapter07/hostname.xml">
+<!ENTITY c7-hosts SYSTEM "../chapter07/hosts.xml">
+<!ENTITY c7-network SYSTEM "../chapter07/network.xml">
+
+<!ENTITY chapter08 SYSTEM "../chapter08/chapter08.xml">
+<!ENTITY c8-introduction SYSTEM "../chapter08/introduction.xml">
+<!ENTITY c8-fstab SYSTEM "../chapter08/fstab.xml">
+
+<!ENTITY chapter09 SYSTEM "../chapter09/chapter09.xml">
+<!ENTITY c9-theend SYSTEM "../chapter09/theend.xml">
+<!ENTITY c9-getcounted SYSTEM "../chapter09/getcounted.xml">
+<!ENTITY c9-reboot SYSTEM "../chapter09/reboot.xml">
+<!ENTITY c9-whatnow SYSTEM "../chapter09/whatnow.xml">
+
+<!ENTITY appendixa SYSTEM "../appendixa/appendixa.xml">
+<!ENTITY aa-introduction SYSTEM "../appendixa/introduction.xml">
+
+<!ENTITY appendixb SYSTEM "../appendixb/appendixb.xml">