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 /grammar | |
| 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 'grammar')
| -rw-r--r-- | grammar/dune | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/dune b/grammar/dune index 90847e7fb6..f03fe07607 100644 --- a/grammar/dune +++ b/grammar/dune @@ -18,6 +18,7 @@ (install (section bin) + (package coq) (files coqp5 coqmlp5)) (rule |
