diff options
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter06/texinfo.xml | 2 | ||||
-rw-r--r-- | packages.ent | 16 |
3 files changed, 20 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f81479e6d..03b4e74a9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,11 +38,20 @@ --> <listitem> + <para>2008-10-07</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated Texinfo to 4.13.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-06</para> <itemizedlist> <listitem> - <para>[robert] - cp -v, to .orig, in Expect chap5, like we do with - the rest of the book.</para> + <para>[robert] - Added -v to the cp command in the Chapter 5 Expect + instructions.</para> </listitem> <listitem> <para>[randy] - Updated Tar to 1.20.</para> diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 447580764..110438379 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -51,7 +51,7 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make -k check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> diff --git a/packages.ent b/packages.ent index 9e2adcb64..7e4209db7 100644 --- a/packages.ent +++ b/packages.ent @@ -499,15 +499,15 @@ <!ENTITY tcl-ch5-du "36 MB"> <!ENTITY tcl-ch5-sbu "0.6 SBU"> -<!ENTITY texinfo-version "4.11"> -<!ENTITY texinfo-size "1,621 KB"> -<!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.bz2"> -<!ENTITY texinfo-md5 "c6bf13df4fbeff8ce874aacd6a51e814"> +<!ENTITY texinfo-version "4.13"> +<!ENTITY texinfo-size "2,751 KB"> +<!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.gz"> +<!ENTITY texinfo-md5 "71ba711519209b5fb583fed2b3d86fcb"> <!ENTITY texinfo-home "&gnu-software;texinfo/"> -<!ENTITY texinfo-ch5-du "16.3 MB"> -<!ENTITY texinfo-ch5-sbu "0.2 SBU"> -<!ENTITY texinfo-ch6-du "16.6 MB"> -<!ENTITY texinfo-ch6-sbu "0.2 SBU"> +<!ENTITY texinfo-ch5-du "20 MB"> +<!ENTITY texinfo-ch5-sbu "0.3 SBU"> +<!ENTITY texinfo-ch6-du "20 MB"> +<!ENTITY texinfo-ch6-sbu "0.3 SBU"> <!ENTITY udev-version "122"> <!ENTITY udev-size "207 KB"> |