diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/gzip-inst.xml | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 15c8452f7..dd6fed731 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -74,6 +74,10 @@ </itemizedlist> </para></listitem> +<listitem><para>May 12th, 2003 [gerard]: Chapter 05 - Gzip: Removed +<userinput>make check</userinput>. It doesn't do +anything.</para></listitem> + <listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Texinfo: Don't install the texmf data. It's not used by anything.</para></listitem> diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index 8685a6561..20a335dd4 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -5,7 +5,6 @@ <para><screen><userinput>./configure --prefix=/stage1 make -make check make install rm -f /stage1/bin/{gunzip,zcat} ln -s gzip /stage1/bin/gunzip |