diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-08-06 20:19:50 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-08-06 20:19:50 +0000 |
commit | 348d79f8d705c7db59858ed1ee3d1b31671952c0 (patch) | |
tree | 5569a3bf8705ed0cfd3ca2ea22622849d96ccf90 /index.xml | |
parent | 7acaebec5dfe7f928afda74b0cc25eec04c9c11e (diff) |
applied alex groenewoud's indexing programs and backreferencing patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'index.xml')
-rw-r--r-- | index.xml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030801"> -<!ENTITY releasedate "August 1st, 2003"> +<!ENTITY version "20030806"> +<!ENTITY releasedate "August 6th, 2003"> <!ENTITY nbsp " "> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> @@ -35,6 +35,7 @@ <!ENTITY % chapter08 SYSTEM "entities/chapter08.ent"> <!ENTITY % chapter09 SYSTEM "entities/chapter09.ent"> <!ENTITY % appendixa SYSTEM "entities/appendixa.ent"> +<!ENTITY % appendixb SYSTEM "entities/appendixb.ent"> <!ENTITY % adjustingtoolchain-entities SYSTEM "entities/adjustingtoolchain.ent"> <!ENTITY % autoconf-entities SYSTEM "entities/autoconf.ent"> @@ -109,6 +110,7 @@ %chapter08; %chapter09; %appendixa; +%appendixb; %adjustingtoolchain-entities; %autoconf-entities; |