diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 07:30:09 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 07:30:09 +0000 |
commit | 9c713f35af3c0fafaf4ffb31775e9a83d648d650 (patch) | |
tree | 104371404a29e14ab3eaef9062c9dd50c6b35fd4 /entities | |
parent | 20c9af0c44816f247d1529a839353f008c67e9e4 (diff) |
Applied Zack's config-sys patch which fixes bug #510 which was originall patched and submitted by Alex (confused yet?)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/dejagnu.ent | 3 | ||||
-rw-r--r-- | entities/expect.ent | 3 | ||||
-rw-r--r-- | entities/tcl.ent | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/entities/dejagnu.ent b/entities/dejagnu.ent index 2bd9a5615..12950e9c8 100644 --- a/entities/dejagnu.ent +++ b/entities/dejagnu.ent @@ -3,9 +3,6 @@ <!ENTITY c5-dejagnu SYSTEM "../chapter05/dejagnu.xml"> <!ENTITY c5-dejagnu-inst SYSTEM "../chapter05/dejagnu-inst.xml"> -<!ENTITY c6-dejagnu SYSTEM "../chapter06/dejagnu.xml"> -<!ENTITY c6-dejagnu-inst SYSTEM "../chapter06/dejagnu-inst.xml"> - <!ENTITY aa-dejagnu SYSTEM "../appendixa/dejagnu.xml"> <!ENTITY aa-dejagnu-shortdesc SYSTEM "../appendixa/dejagnu-shortdesc.xml"> <!ENTITY aa-dejagnu-desc SYSTEM "../appendixa/dejagnu-desc.xml"> diff --git a/entities/expect.ent b/entities/expect.ent index 39c36d7d8..ab1612969 100644 --- a/entities/expect.ent +++ b/entities/expect.ent @@ -4,9 +4,6 @@ <!ENTITY c5-expect SYSTEM "../chapter05/expect.xml"> <!ENTITY c5-expect-inst SYSTEM "../chapter05/expect-inst.xml"> -<!ENTITY c6-expect SYSTEM "../chapter06/expect.xml"> -<!ENTITY c6-expect-inst SYSTEM "../chapter06/expect-inst.xml"> - <!ENTITY aa-expect SYSTEM "../appendixa/expect.xml"> <!ENTITY aa-expect-shortdesc SYSTEM "../appendixa/expect-shortdesc.xml"> <!ENTITY aa-expect-desc SYSTEM "../appendixa/expect-desc.xml"> diff --git a/entities/tcl.ent b/entities/tcl.ent index 8719709e2..207592861 100644 --- a/entities/tcl.ent +++ b/entities/tcl.ent @@ -3,9 +3,6 @@ <!ENTITY c5-tcl SYSTEM "../chapter05/tcl.xml"> <!ENTITY c5-tcl-inst SYSTEM "../chapter05/tcl-inst.xml"> -<!ENTITY c6-tcl SYSTEM "../chapter06/tcl.xml"> -<!ENTITY c6-tcl-inst SYSTEM "../chapter06/tcl-inst.xml"> - <!ENTITY aa-tcl SYSTEM "../appendixa/tcl.xml"> <!ENTITY aa-tcl-shortdesc SYSTEM "../appendixa/tcl-shortdesc.xml"> <!ENTITY aa-tcl-desc SYSTEM "../appendixa/tcl-desc.xml"> |