File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -161,17 +161,13 @@ curl https://v2.ocaml.org/releases/$VERSION/ocaml-$VERSION-refman-html.tar.gz |
161
161
tar xz --transform ' s/htmlman/ocaml/' --directory docs/
162
162
```
163
163
164
- ## Opengl
165
-
166
- Clone https://github.com/KhronosGroup/OpenGL-Refpages.git
164
+ ## OpenGL
167
165
168
166
``` sh
169
- DEVDOCS_ROOT=/path/to/devdocs
167
+ cd docs/
170
168
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"
169
+ ln -s OpenGL-Refpages/gl4/html/ opengl~4
170
+ ln -s OpenGL-Refpages/gl2.1/xhtml/ opengl~2.1
175
171
```
176
172
177
173
## OpenJDK
You can’t perform that action at this time.
0 commit comments