diff --git a/auto/bin/filter_gl_ext.sh b/auto/bin/filter_gl_ext.sh index c121cec..97030fb 100755 --- a/auto/bin/filter_gl_ext.sh +++ b/auto/bin/filter_gl_ext.sh @@ -467,8 +467,8 @@ EOT # Fixup REGAL and ANGLE urls - for i in $1/GL_REGAL_*; do perl -e 's#http://www.opengl.org/registry/specs/gl/REGAL/.*#https://github.com/p3/regal/tree/master/doc/extensions#g' -pi $i; done - for i in $1/GL_ANGLE_*; do perl -e 's#http://www.opengl.org/registry/specs/gl/ANGLE/.*#https://code.google.com/p/angleproject/source/browse/\#git%2Fextensions#g' -pi $i; done + for i in $1/GL_REGAL_*; do perl -e 's#http://www.opengl.org/registry/specs/REGAL/.*#https://github.com/p3/regal/tree/master/doc/extensions#g' -pi $i; done + for i in $1/GL_ANGLE_*; do perl -e 's#http://www.opengl.org/registry/specs/ANGLE/.*#https://code.google.com/p/angleproject/source/browse/\#git%2Fextensions#g' -pi $i; done # Filter out GL_NV_blend_equation_advanced_coherent enums and functions head -n3 $1/GL_NV_blend_equation_advanced_coherent > tmp diff --git a/auto/bin/parse_spec.pl b/auto/bin/parse_spec.pl index 3a9daa0..8824af6 100755 --- a/auto/bin/parse_spec.pl +++ b/auto/bin/parse_spec.pl @@ -309,7 +309,7 @@ my @speclist = (); my %extensions = (); my $ext_dir = shift; -my $reg_http = "http://www.opengl.org/registry/specs/gl/"; +my $reg_http = "http://www.opengl.org/registry/specs/"; # Take command line arguments or read list from file if (@ARGV) diff --git a/doc/glew.html b/doc/glew.html index 66a6507..0098b11 100644 --- a/doc/glew.html +++ b/doc/glew.html @@ -100,543 +100,551 @@ width="88" height="32" border="0" alt="Support This Project"> -->