diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-08 22:30:38 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-08 22:30:38 +0000 |
commit | b51f4a5df57997cb5aa513ce33e3261fb56eb9d2 (patch) | |
tree | bfeb0a2ec397a67cd4757609106cdb5631b12dc8 /entities/book-structure.xml | |
parent | f82d93f18b188e3929f65f0946d80ed543179b2f (diff) |
Removing some dead-wood entities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/book-structure.xml')
-rw-r--r-- | entities/book-structure.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/entities/book-structure.xml b/entities/book-structure.xml index 9ff7ea6fe..3af32c9fd 100644 --- a/entities/book-structure.xml +++ b/entities/book-structure.xml @@ -8,9 +8,9 @@ <!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 c1-resources SYSTEM "../chapter01/contactinfo.xml"> +<!ENTITY c1-acknowledgements SYSTEM "../chapter01/acknowledgements.xml"> <!ENTITY chapter02 SYSTEM "../chapter02/chapter02.xml"> <!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml"> @@ -64,6 +64,7 @@ <!ENTITY chapter08 SYSTEM "../chapter08/chapter08.xml"> <!ENTITY c8-introduction SYSTEM "../chapter08/introduction.xml"> <!ENTITY c8-fstab SYSTEM "../chapter08/fstab.xml"> +<!ENTITY c8-grub-conf SYSTEM "../chapter08/grub.xml"> <!ENTITY chapter09 SYSTEM "../chapter09/chapter09.xml"> <!ENTITY c9-theend SYSTEM "../chapter09/theend.xml"> |