diff --git a/doc/building.html b/doc/building.html
index 71c5cc4b..cdca6b97 100644
--- a/doc/building.html
+++ b/doc/building.html
@@ -57,6 +57,27 @@
path to Python standard library modules
| Autoconfigured from PYTHON_ROOT
+ |
+ CYGWIN_ROOT
+ | path to the user's Cygwin installation
+ |
+ | Cygwin only. This and the following two settings are
+ useful when building with multiple toolsets on Windows, since
+ Cygwin requires a different build of Python.
+
+ |
+ GCC_PYTHON_ROOT
+ | path to the user's Cygwin Python installation
+ | $(CYGWIN_ROOT)/usr/local
+ | Cygwin only
+
+ |
+ GCC_DEBUG_PYTHON_ROOT
+ | path to the user's Cygwin pydebug build
+ | $(CYGWIN_ROOT)/usr/local/pydebug
+ | Cygwin only
+
Results
@@ -126,7 +147,7 @@ it passes.
project. Note that automatic testing of extension modules is not
available in this configuration.
-Build Variants
+
Three variant
|