diff options
| author | Emilio Jesus Gallego Arias | 2018-09-21 04:16:42 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-09-21 16:56:14 +0200 |
| commit | ac38da8efc5bb9d046cb70a886edba8f31fcb600 (patch) | |
| tree | b12c27a5764f92b3f0ba2032ddb200bb319a476f /tools/coqdoc | |
| parent | 9b8499178e7ce58c576a81c73f1cc23c74ed8aee (diff) | |
[dune] Improve support for Coq tools.
- Install `CoqMakefile.in`
- Build `coqwc` and `coqdoc`
This allows to build most contribs I've tried with the Dune-based OPAM
package.
Diffstat (limited to 'tools/coqdoc')
| -rw-r--r-- | tools/coqdoc/dune | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/coqdoc/dune b/tools/coqdoc/dune new file mode 100644 index 0000000000..8e05c7d97e --- /dev/null +++ b/tools/coqdoc/dune @@ -0,0 +1,6 @@ +(executable + (name main) + (public_name coqdoc) + (libraries str coq.config)) + +(ocamllex cpretty) |
