diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-02 22:03:07 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-02 22:03:07 +0000 |
commit | eb81fc56060a2bfd6201cc6669b6c9c5f87cb280 (patch) | |
tree | a37092f506f71f4b3750ea871753e9b372e4fa6f /index.xml | |
parent | dc7ba45806faa07c20da28a9618f0dc1a9300249 (diff) |
Merging files that make up the title page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'index.xml')
-rw-r--r-- | index.xml | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -20,13 +20,9 @@ <!ENTITY all-version "cvs-20030831-estimate"> <!ENTITY all-size-mb "105 MB"> -<!-- preparing for surgery, please don't move --> -<!-- if there's a double entry, please remove the other --> -<!ENTITY book SYSTEM "book/book.xml"> +<!ENTITY book SYSTEM "book.xml"> +<!ENTITY bookinfo SYSTEM "bookinfo.xml"> -<!ENTITY % parts SYSTEM "entities/parts.ent"> -<!ENTITY % bookinfo SYSTEM "entities/bookinfo.ent"> -<!ENTITY % dedication SYSTEM "entities/dedication.ent"> <!ENTITY % preface SYSTEM "entities/preface.ent"> <!ENTITY % chapter01 SYSTEM "entities/chapter01.ent"> <!ENTITY % chapter02 SYSTEM "entities/chapter02.ent"> @@ -99,9 +95,6 @@ <!ENTITY % vim-entities SYSTEM "entities/vim.ent"> <!ENTITY % zlib-entities SYSTEM "entities/zlib.ent"> -%parts; -%bookinfo; -%dedication; %preface; %chapter01; %chapter02; |