diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-15 01:45:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-15 01:45:00 +0000 |
commit | 63eb55cb8f49a9a9bb15ed2312a64a52100c448d (patch) | |
tree | 71761a90ba591dfadf79c6b003b1f35464a02f55 /entities | |
parent | 91b45adcd650bca92b7186aaf4230d8d34c85fff (diff) |
converted gzip, make and patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/gzip.ent | 1 | ||||
-rw-r--r-- | entities/make.ent | 1 | ||||
-rw-r--r-- | entities/patch.ent | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/entities/gzip.ent b/entities/gzip.ent index 5d964958f..44e5e4b2d 100644 --- a/entities/gzip.ent +++ b/entities/gzip.ent @@ -9,6 +9,7 @@ <!ENTITY c6-gzip-exp SYSTEM "../chapter06/gzip-exp.xml"> <!ENTITY aa-gzip SYSTEM "../appendixa/gzip.xml"> +<!ENTITY aa-gzip-shortdesc SYSTEM "../appendixa/gzip-shortdesc.xml"> <!ENTITY aa-gzip-desc SYSTEM "../appendixa/gzip-desc.xml"> <!ENTITY aa-gzip-dep SYSTEM "../appendixa/gzip-dep.xml"> <!ENTITY aa-gzip-down SYSTEM "../appendixa/gzip-down.xml"> diff --git a/entities/make.ent b/entities/make.ent index 778d5c0c7..f8aebcde8 100644 --- a/entities/make.ent +++ b/entities/make.ent @@ -8,6 +8,7 @@ <!ENTITY c6-make-exp SYSTEM "../chapter06/make-exp.xml"> <!ENTITY aa-make SYSTEM "../appendixa/make.xml"> +<!ENTITY aa-make-shortdesc SYSTEM "../appendixa/make-shortdesc.xml"> <!ENTITY aa-make-desc SYSTEM "../appendixa/make-desc.xml"> <!ENTITY aa-make-dep SYSTEM "../appendixa/make-dep.xml"> <!ENTITY aa-make-down SYSTEM "../appendixa/make-down.xml"> diff --git a/entities/patch.ent b/entities/patch.ent index 587e69960..14c3ce1f3 100644 --- a/entities/patch.ent +++ b/entities/patch.ent @@ -2,12 +2,12 @@ <!ENTITY c5-patch SYSTEM "../chapter05/patch.xml"> <!ENTITY c5-patch-inst SYSTEM "../chapter05/patch-inst.xml"> -<!ENTITY c5-patch-exp SYSTEM "../chapter05/patch-exp.xml"> <!ENTITY c6-patch SYSTEM "../chapter06/patch.xml"> <!ENTITY c6-patch-inst SYSTEM "../chapter06/patch-inst.xml"> <!ENTITY aa-patch SYSTEM "../appendixa/patch.xml"> +<!ENTITY aa-patch-shortdesc SYSTEM "../appendixa/patch-shortdesc.xml"> <!ENTITY aa-patch-desc SYSTEM "../appendixa/patch-desc.xml"> <!ENTITY aa-patch-dep SYSTEM "../appendixa/patch-dep.xml"> <!ENTITY aa-patch-down SYSTEM "../appendixa/patch-down.xml"> |