diff --git a/doc/advanced.html b/doc/advanced.html
index fc81df7..de3fb4a 100755
--- a/doc/advanced.html
+++ b/doc/advanced.html
@@ -53,9 +53,10 @@ THE POSSIBILITY OF SUCH DAMAGE.
@@ -121,29 +122,22 @@ root directory is mounted in binary mode. The makefile in the
auto directory provides the following build targets:
-
-
-
make
-
-
Create the source files from the descriptors. If the
-descriptors do not exist, create them from the spec files. If the spec
+
+
make
+
Create the source files from the descriptors. If the
+descriptors do not exist, create them from the spec files. If the spec
files do not exist, download them from the OpenGL repository.
-
make clean
-
+
make clean
Delete the source files.
-
make clobber
-
+
make clobber
Delete the source files and the descriptors.
-
make destroy
-
+
make destroy
Delete the source files, the descriptors, and the spec files.
-
make custom
-
+
make custom
Create the source files for the extensions
-listed in auto/custom.txt. See "Custom Code
+listed in auto/custom.txt. See "Custom Code
Generation" below for more details.
-
Adding a New Extension
diff --git a/doc/basic.html b/doc/basic.html
index 9ed5b94..acb24e7 100755
--- a/doc/basic.html
+++ b/doc/basic.html
@@ -53,9 +53,10 @@ THE POSSIBILITY OF SUCH DAMAGE.
A MS Visual Studio project is provided in the build/vc6 directory.
+
Pre-built shared and static libraries are also available for download.
+
+
Makefile
+
+
For platforms other than MS Windows, the provided Makefile is used.
+
+
Command-line variables:
+
+
+
SYSTEM
auto
+
Target system to build: darwin, linux, solaris, etc. For a full list of supported targets: ls config/Makefile.*
+config.guess is used to auto detect, as necessary.
+
GLEW_DEST
/usr
+
Base directory for installation.
+
+
+
Make targets:
+
+
+
all
Build everything.
+
glew.lib
Build static and dynamic GLEW libraries.
+
glew.lib.mx
Build static and dynamic GLEWmx libraries.
+
glew.bin
Build glewinfo and visualinfo utilities.
+
clean
Delete temporary and built files.
+
install.all
Install everything.
+
install
Install GLEW libraries.
+
install.mx
Install GLEWmx libraries.
+
install.bin
Install glewinfo and visualinfo utilities.
+
uninstall
Delete installed files.
+
+
+
+
+
diff --git a/doc/credits.html b/doc/credits.html
index 8ef595a..a4613fc 100755
--- a/doc/credits.html
+++ b/doc/credits.html
@@ -53,9 +53,10 @@ THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/doc/glew.html b/doc/glew.html
index f80909d..e12e97c 100755
--- a/doc/glew.html
+++ b/doc/glew.html
@@ -53,9 +53,10 @@ THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/doc/glxew.html b/doc/glxew.html
index a4e54e2..4321ae6 100755
--- a/doc/glxew.html
+++ b/doc/glxew.html
@@ -53,9 +53,10 @@ THE POSSIBILITY OF SUCH DAMAGE.