diff options
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter06/mktemp.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fb1fd6d55..d18ebcab3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -97,6 +97,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 19th, 2004 [matt]: Chapter 6 - mktemp. Install tempfile +wrapper.</para></listitem> <listitem><para>May 18th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1. </para></listitem> diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 9af6a4e8c..093ec4400 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -53,7 +53,8 @@ functions from the system C library.</para></listitem> <para>Now install it:</para> -<screen><userinput>make install</userinput></screen> +<screen><userinput>make install</userinput> +<userinput>make install-tempfile</userinput></screen> </sect2> diff --git a/general.ent b/general.ent index 1227741e1..0272bdb80 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040518"> -<!ENTITY releasedate "May 18, 2004"> +<!ENTITY version "CVS-20040519"> +<!ENTITY releasedate "May 19, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |