diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-27 02:54:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-27 02:54:32 +0000 |
commit | a98abb0fe1d2c35ddab531c306269dc3bf4cc1de (patch) | |
tree | 45f89c837f63531343b746c677f629f18e8afd54 | |
parent | 5ae7f9e33816ae7015ffe8d0ea811774acf7bc46 (diff) |
Added a few dependency lists to test the resulting renderred html/etc
layout
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/bash.xml | 1 | ||||
-rw-r--r-- | chapter05/binutils.xml | 1 | ||||
-rw-r--r-- | chapter05/fileutils.xml | 1 | ||||
-rw-r--r-- | index.xml | 10 |
4 files changed, 13 insertions, 0 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 138bc39a0..fe2a26046 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -7,6 +7,7 @@ Estimated required disk space: &bash-compsize-static;</screen> &c5-bash-inst; &c5-bash-exp; &aa-bash-desc; +&ab-bash-dep; </sect1> diff --git a/chapter05/binutils.xml b/chapter05/binutils.xml index 42185551b..0ab7eca3e 100644 --- a/chapter05/binutils.xml +++ b/chapter05/binutils.xml @@ -7,6 +7,7 @@ Estimated required disk space: &binutils-compsize-static;</screen> &c5-binutils-inst; &c5-binutils-exp; &aa-binutils-desc; +&ab-binutils-dep; </sect1> diff --git a/chapter05/fileutils.xml b/chapter05/fileutils.xml index 7e65a910b..77a08274a 100644 --- a/chapter05/fileutils.xml +++ b/chapter05/fileutils.xml @@ -7,6 +7,7 @@ Estimated required disk space: &fileutils-compsize-static;</screen> &c5-fileutils-inst; &c5-fileutils-exp; &aa-fileutils-desc; +&ab-fileutils-dep; </sect1> @@ -452,6 +452,13 @@ <!ENTITY aa-nettools-desc SYSTEM "appendixa/nettools-desc.xml"> <!ENTITY appendixb SYSTEM "appendixb/appendixb.xml"> +<!ENTITY ab-introduction SYSTEM "appendixb/introduction.xml"> +<!ENTITY ab-bash SYSTEM "appendixb/bash.xml"> +<!ENTITY ab-bash-dep SYSTEM "appendixb/bash-dep.xml"> +<!ENTITY ab-binutils SYSTEM "appendixb/binutils.xml"> +<!ENTITY ab-binutils-dep SYSTEM "appendixb/binutils-dep.xml"> +<!ENTITY ab-fileutils SYSTEM "appendixb/fileutils.xml"> +<!ENTITY ab-fileutils-dep SYSTEM "appendixb/fileutils-dep.xml"> <!ENTITY appendixc SYSTEM "appendixc/appendixc.xml"> <!ENTITY ac-introduction SYSTEM "appendixc/introduction.xml"> @@ -527,6 +534,7 @@ <!ENTITY bootscripts-version "lfs-bootscripts-cvs-20010806-0420"> <!ENTITY bash-version "2.05"> +<!ENTITY bash-depversion "2.05"> <!ENTITY bash-size "1,360 KB"> <!ENTITY bash-compsize-static "20 MB"> <!ENTITY bash-time-static "3 minutes"> @@ -534,6 +542,7 @@ <!ENTITY bash-time "3 minutes"> <!ENTITY binutils-version "2.11.2"> +<!ENTITY binutils-depversion "2.11.2"> <!ENTITY binutils-size "7,641 KB"> <!ENTITY binutils-compsize-static "96 MB"> <!ENTITY binutils-time-static "6 minutes"> @@ -555,6 +564,7 @@ <!ENTITY diffutils-time "1 minute"> <!ENTITY fileutils-version "4.1"> +<!ENTITY fileutils-depversion "4.1"> <!ENTITY fileutils-size "1217 KB"> <!ENTITY fileutils-compsize-static "25 MB"> <!ENTITY fileutils-time-static "3 minutes"> |