diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b81450b17..9830e7771 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -114,6 +114,10 @@ First a summary, then a detailed log.
+November 11, 2005 [matt]: Omit running Bzip2's testsuite as a
+separate step, as make runs it automatically (bug 1652).
+
+
November 7, 2005 [matt]: Install the binaries from Less to
/usr/bin instead of /bin (fixes bug 1643).
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml
index 2954f2679..0592d1de0 100644
--- a/chapter05/bzip2.xml
+++ b/chapter05/bzip2.xml
@@ -28,12 +28,10 @@
Installation of Bzip2
The Bzip2 package does not contain a configure
-script. Compile it with:
+script. Compile and test it with:
make
-To test the results, issue: make test.
-
Install the package:
make PREFIX=/tools install
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index a95cb91ee..44ccc6966 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -52,13 +52,10 @@ using a different Makefile file, in this case the
libbz2.so library and links the Bzip2
utilities against it.
-Compile the package:
+Compile and test the package:
make
-To test the results, issue:
-make test.
-
If reinstalling Bzip2, perform
rm -vf /usr/bin/bz* first, otherwise the following
make install will fail.
diff --git a/general.ent b/general.ent
index 462b58880..2ce79ef49 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+