diff options
| author | Emilio Jesus Gallego Arias | 2018-11-09 18:27:20 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-09 18:27:20 +0100 |
| commit | f0cb72dded093175feab3f19aac63fab46999e0a (patch) | |
| tree | 52d16e09ce2b65cbdd56ad6a542b04c01438b77a /ide | |
| parent | 1761f8ed41f3891f8b6edc0dd256cd18e47a74fb (diff) | |
[dune] [ide] Install data files.
We should install the files in `share/coqide` instead of the current
`coq` location; but we defer this change until we are more advanced in
the make-phase out.
Fixes: #8953
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/dune | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -43,3 +43,14 @@ (package coqide) (modules coqide_main) (libraries coqide.gui)) + +; FIXME: we should install those in share/coqide. We better do this +; once the make-based system has been phased out. +(install + (section share_root) + (package coqide) + (files + (coq.png as coq/coq.png) + (coq_style.xml as coq/coq_style.xml) + (coq.lang as coq/coq.lang) + (coq-ssreflect.lang as coq/coq-ssreflect.lang))) |
