|
|
@@ -80,13 +80,13 @@ $GS = '/usr/local/opt/ghostscript/bin/gs'; # GhostScript
|
|
|
|
|
|
## OCaml
|
|
|
|
|
|
-Download the HTML reference here:
|
|
|
-https://ocaml.org/releases/4.10/ocaml-4.10-refman-html.tar.gz
|
|
|
+Download from https://www.ocaml.org/docs/ the HTML reference:
|
|
|
+https://ocaml.org/releases/4.11/ocaml-4.11-refman-html.tar.gz
|
|
|
and extract it as `/path/to/devdocs/docs/ocaml`:
|
|
|
|
|
|
```sh
|
|
|
cd /path/to/devdocs/docs
|
|
|
-wget https://ocaml.org/releases/4.10/ocaml-4.10-refman-html.tar.gz
|
|
|
+wget https://ocaml.org/releases/4.11/ocaml-4.11-refman-html.tar.gz
|
|
|
tar xf ocaml-4.10-refman-html.tar.gz --transform 's/htmlman/ocaml/'
|
|
|
```
|
|
|
|