We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd553c4 commit 2368810Copy full SHA for 2368810
docs/file-scrapers.md
@@ -161,17 +161,13 @@ curl https://v2.ocaml.org/releases/$VERSION/ocaml-$VERSION-refman-html.tar.gz |
161
tar xz --transform 's/htmlman/ocaml/' --directory docs/
162
```
163
164
-## Opengl
165
-
166
-Clone https://github.com/KhronosGroup/OpenGL-Refpages.git
+## OpenGL
167
168
```sh
169
-DEVDOCS_ROOT=/path/to/devdocs
+cd docs/
170
git clone https://github.com/KhronosGroup/OpenGL-Refpages.git
171
-mkdir $DEVDOCS_ROOT/docs/opengl~4
172
-mkdir $DEVDOCS_ROOT/docs/opengl~2.1
173
-cp -r OpenGL-Refpages/gl4/html/* "$DEVDOCS_ROOT/docs/opengl~4"
174
-cp -r OpenGL-Refpages/gl2.1/xhtml/* "$DEVDOCS_ROOT/docs/opengl~2.1"
+ln -s OpenGL-Refpages/gl4/html/ opengl~4
+ln -s OpenGL-Refpages/gl2.1/xhtml/ opengl~2.1
175
176
177
## OpenJDK
0 commit comments