diff --git a/doc/html/_sources/build_system.txt b/doc/html/_sources/build_system.txt
index 3b95af5..e9a4782 100644
--- a/doc/html/_sources/build_system.txt
+++ b/doc/html/_sources/build_system.txt
@@ -366,8 +366,7 @@ work of creating these additional configuration modules.
.. attribute:: generator
A string that defines the platform specific style of Makefile. The
- only supported values are ``UNIX``, ``MSVC``, ``MSVC.NET``, ``MINGW``
- and ``BMAKE``.
+ only supported values are ``UNIX``, ``MSVC``, ``MSVC.NET`` and ``MINGW``.
.. attribute:: mkdir
diff --git a/doc/html/_sources/installation.txt b/doc/html/_sources/installation.txt
index 3f9f823..ab1a985 100644
--- a/doc/html/_sources/installation.txt
+++ b/doc/html/_sources/installation.txt
@@ -135,23 +135,6 @@ option to specify the correct platform. For example::
c:\python26\python configure.py --platform win32-g++
-Configuring for the Borland C++ Compiler
-****************************************
-
-SIP, and the modules it generates, can be built with the free Borland C++
-compiler. You must use the :option:`--platform ` command line
-option to specify the correct platform. For example::
-
- c:\python26\python configure.py --platform win32-borland
-
-You must also make sure you have a Borland-compatible version of the Python
-library. If you are using the standard Python distribution (built using the
-Microsoft compiler) then you must convert the format of the Python library.
-For example::
-
- coff2omf python26.lib python26_bcpp.lib
-
-
Building
--------
diff --git a/doc/html/build_system.html b/doc/html/build_system.html
index 72cab70..a226826 100644
--- a/doc/html/build_system.html
+++ b/doc/html/build_system.html
@@ -526,8 +526,7 @@ specific prefixes, version numbers or extensions).
generator
A string that defines the platform specific style of Makefile. The
-only supported values are UNIX, MSVC, MSVC.NET, MINGW
-and BMAKE.
+only supported values are UNIX, MSVC, MSVC.NET and MINGW.
-
@@ -1179,4 +1178,4 @@ compiling the generated module.
Created using Sphinx 0.6.4.