From 0b2c77423e87fd57ca93f2632257f14f82f9fabf Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Fri, 20 Jun 2025 20:25:28 +1000 Subject: [PATCH] doc: Update sourceforge GLEW link --- auto/Makefile | 13 +- auto/src/header.html | 2 +- doc/advanced.html | 2 +- doc/basic.html | 2 +- doc/build.html | 2 +- doc/credits.html | 2 +- doc/eglew.html | 486 +++++++++++++++++++++++++++++-------------- doc/glew.html | 2 +- doc/glxew.html | 2 +- doc/index.html | 2 +- doc/install.html | 2 +- doc/log.html | 2 +- doc/wglew.html | 2 +- 13 files changed, 349 insertions(+), 172 deletions(-) diff --git a/auto/Makefile b/auto/Makefile index a92d442..83e545b 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -77,7 +77,8 @@ D.TARGETS = \ $(D.DEST)/log.html \ $(D.DEST)/glew.html \ $(D.DEST)/wglew.html \ - $(D.DEST)/glxew.html + $(D.DEST)/glxew.html \ + $(D.DEST)/eglew.html B.TARGETS = \ $(B.DEST)/glew.rc \ @@ -352,6 +353,16 @@ $(D.DEST)/glxew.html: $(EXT)/.dummy cat $(SRC)/footer.html >> $@ perl -i -pe 's#(.*)#\1#' $@ +$(D.DEST)/eglew.html: $(EXT)/.dummy + @echo "--------------------------------------------------------------------" + @echo "Creating eglew.html" + @echo "--------------------------------------------------------------------" + cp -f $(SRC)/header.html $@ + echo -e "

Supported EGL Extensions

\n" >> $@ + $(BIN)/make_html.pl $(EGL_EXT_SPEC) >> $@ + cat $(SRC)/footer.html >> $@ + perl -i -pe 's#(.*)#\1#' $@ + $(B.DEST)/%.rc: src/%.rc $(EXT)/.dummy perl -e "s/GLEW_MAJOR/$(GLEW_MAJOR)/g;s/GLEW_MINOR/$(GLEW_MINOR)/g;s/GLEW_MICRO/$(GLEW_MICRO)/g;" -p $< > $@ diff --git a/auto/src/header.html b/auto/src/header.html index cc909ee..87baba1 100644 --- a/auto/src/header.html +++ b/auto/src/header.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/advanced.html b/doc/advanced.html index fd58fd3..e881ce3 100644 --- a/doc/advanced.html +++ b/doc/advanced.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/basic.html b/doc/basic.html index b3e3c34..807fff2 100644 --- a/doc/basic.html +++ b/doc/basic.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/build.html b/doc/build.html index 2979d8f..fa2fa18 100644 --- a/doc/build.html +++ b/doc/build.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/credits.html b/doc/credits.html index 6976e21..c63f81f 100644 --- a/doc/credits.html +++ b/doc/credits.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/eglew.html b/doc/eglew.html index 5d01f66..96a405f 100644 --- a/doc/eglew.html +++ b/doc/eglew.html @@ -1,7 +1,7 @@ diff --git a/doc/glew.html b/doc/glew.html index 4c00a1c..7c1963e 100644 --- a/doc/glew.html +++ b/doc/glew.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/glxew.html b/doc/glxew.html index 265d55d..544cbc5 100644 --- a/doc/glxew.html +++ b/doc/glxew.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/index.html b/doc/index.html index 33ddfed..6420fcd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/install.html b/doc/install.html index 5fefb39..7db3845 100644 --- a/doc/install.html +++ b/doc/install.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/log.html b/doc/log.html index 5650d96..11fdc18 100644 --- a/doc/log.html +++ b/doc/log.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo diff --git a/doc/wglew.html b/doc/wglew.html index f24d5e7..b091378 100644 --- a/doc/wglew.html +++ b/doc/wglew.html @@ -77,7 +77,7 @@ THE POSSIBILITY OF SUCH DAMAGE. OpenGL Logo
GitHub Logo
- SourceForge Logo + SourceForge Logo