diff --git a/chapter05/bison.xml b/chapter05/bison.xml
deleted file mode 100644
index 362aa9d26..000000000
--- a/chapter05/bison.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
- %general-entities;
-]>
-
-
-
-
- Bison-&bison-version;
-
-
- Bison
- tools
-
-
-
-
-
-
-
-
- &buildtime;
- &diskspace;
-
-
- 0.6 SBU
- 10.0 MB
-
-
-
-
-
-
- Installation of Bison
-
- Prepare Bison for compilation:
-
-./configure --prefix=/tools
-
- Compile the package:
-
-make
-
- To test the results, issue:
- make check.
-
- Install the package:
-
-make install
-
-
-
-
-
-
- Details on this package are located in
-
-
-
-
-
diff --git a/chapter05/flex.xml b/chapter05/flex.xml
deleted file mode 100644
index 9015fd129..000000000
--- a/chapter05/flex.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
- %general-entities;
-]>
-
-
-
-
- Flex-&flex-version;
-
-
- Flex
- tools
-
-
-
-
-
-
-
-
- &buildtime;
- &diskspace;
-
-
- 0.6 SBU
- 22.5 MB
-
-
-
-
-
-
- Installation of Flex
-
- Flex contains several known bugs. These can be fixed with the
- following patch:
-
-patch -Np1 -i ../&flex-fixes-patch;
-
- The GNU autotools will detect that the Flex source code has been
- modified by the previous patch and tries to update the man page
- accordingly. This does not work on many systems, and the default page is
- fine, so make sure it does not get regenerated:
-
-touch doc/flex.1
-
- Now prepare Flex for compilation:
-
-./configure --prefix=/tools
-
- Compile the package:
-
-make
-
- To test the results, issue:
- make check.
-
- Install the package:
-
-make install
-
-
-
-
-
-
- Details on this package are located in
-
-
-
-
-