diff options
| author | Emilio Jesus Gallego Arias | 2018-10-03 20:51:05 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-03 20:55:47 +0200 |
| commit | dc916f4d475f1661e72ce43a26320c268fcf034c (patch) | |
| tree | 2cbfec65436225f8a0fc7054e405d895f64fb29e /tools/coqdoc | |
| parent | 058a6c97a4267e4d6ebe88872bd7b19ad3eb3475 (diff) | |
[dune] Add `(package coq)` scope to artifacts.
This will allow us to define extra packages such as `coq-refman`.
Diffstat (limited to 'tools/coqdoc')
| -rw-r--r-- | tools/coqdoc/dune | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/coqdoc/dune b/tools/coqdoc/dune index b20d9f9b2e..9c0a6ccffe 100644 --- a/tools/coqdoc/dune +++ b/tools/coqdoc/dune @@ -1,5 +1,6 @@ (install (section lib) + (package coq) (files (coqdoc.css as tools/coqdoc/coqdoc.css) (coqdoc.sty as tools/coqdoc/coqdoc.sty))) @@ -7,6 +8,7 @@ (executable (name main) (public_name coqdoc) + (package coq) (libraries str coq.config)) (ocamllex cpretty) |
