diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-04-18 17:57:37 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-04-18 17:57:37 +0000 |
commit | 72d7e2822e8195767d2b4397d928280930d7ebd7 (patch) | |
tree | 00fd13571b90f40fafed437cfc9184a96da97724 /general.ent | |
parent | 7b089c3f0914d4ebdcca2d9c3ab4c50b16e957de (diff) |
Moved all dependency information to a new page, Appendix C.
Appendix C also contains information concerning the build order.
While there might need to be a few tweaks yet, this information is complete
enough at this point to close out the long-standing ticket #684.
Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for
helping get this finished.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/general.ent b/general.ent index 2305eee06..d25205912 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20060416"> -<!ENTITY releasedate "April 16, 2006"> +<!ENTITY version "SVN-20060418"> +<!ENTITY releasedate "April 18, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> @@ -17,6 +17,8 @@ <!ENTITY buildtime "Approximate build time"> <!ENTITY diskspace "Required disk space"> <!ENTITY dependencies "Installation depends on"> +<!ENTITY testsuites "Test suite depends on"> +<!ENTITY before "Must be installed before"> <!ENTITY gnu "http://ftp.gnu.org/gnu/"> <!ENTITY gnu-software "http://www.gnu.org/software/"> |