diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-03-06 16:50:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-03-06 16:50:14 +0000 |
commit | 7a27279cf1407174ce42ae25ad2613348ba22328 (patch) | |
tree | ea3483e47c2287c571625ad9d468ba95c92751d8 | |
parent | 84d27d59c539fe95e53577562d1d88ca0071ba3e (diff) |
Minor fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/automake.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index b2b59564a..4d50b9637 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -102,11 +102,11 @@ </listitem> </varlistentry> - <varlistentry id="aclocal-version"> + <varlistentry id="aclocalversion"> <term><command>aclocal-&automake-version;</command></term> <listitem> <para>A hard link to <command>aclocal</command></para> - <indexterm zone="ch-system-automake aclocal-version"> + <indexterm zone="ch-system-automake aclocalversion"> <primary sortas="b-aclocal-&automake-version;">aclocal-&automake-version;</primary> </indexterm> </listitem> diff --git a/general.ent b/general.ent index bd22ea288..b18829ec1 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-200902017"> -<!ENTITY releasedate "February 17, 2009"> +<!ENTITY version "SVN-200903006"> +<!ENTITY releasedate "March 6, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 01e0ccf1b..77285a5f9 100644 --- a/packages.ent +++ b/packages.ent @@ -372,7 +372,7 @@ <!ENTITY mpfr-version "2.4.0"> <!ENTITY mpfr-size "1,038 KB"> -<!ENTITY mpfr-url "http://www.mpfr.org/mpfr-current/mpfr-&mpfr-version;.tar.bz2"> +<!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.bz2"> <!ENTITY mpfr-md5 "f5916d785d4f7e7282057f6a3ebff9ce"> <!ENTITY mpfr-home "http://www.mpfr.org/"> <!ENTITY mpfr-ch5-du "19.3 MB"> |