diff options
| author | Théo Zimmermann | 2018-10-18 09:57:58 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-18 09:57:58 +0200 |
| commit | 815991dbef2abfae5877676e5c72784ae8ba9582 (patch) | |
| tree | b79832cbabcdbbec450805c70f3b7132151a3921 /tools | |
| parent | 15998894ff76b1fa9354085ea0bddae4f8f23ddf (diff) | |
| parent | 26ad56149f93939b122e94bf54a5f0b4f3ec9f98 (diff) | |
Merge PR #8754: [doc] [build] Remove ocamlbuild leftovers.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coq_makefile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index d91c4f0b34..7bb1390cad 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -46,7 +46,7 @@ let usage_coq_makefile () = \n\ \n[file.v]: Coq file to be compiled\ \n[file.ml[i4]?]: Objective Caml file to be compiled\ -\n[file.ml{lib,pack}]: ocamlbuild file that describes a Objective Caml\ +\n[file.ml{lib,pack}]: ocamlbuild-style file that describes a Objective Caml\ \n library/module\ \n[any] : subdirectory that should be \"made\" and has a Makefile itself\ \n to do so. Very fragile and discouraged.\ |
