aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Tassi2018-11-20 17:26:44 +0100
committerEnrico Tassi2018-11-20 17:26:44 +0100
commitfc9c25270f22e2e34c45d47f0362d543c1bd2421 (patch)
tree214c32650c19b607eac9e72a6a512818955ffd44
parent100744560bd04184eb7e6c3fa36e8533e468e700 (diff)
parentf0cb72dded093175feab3f19aac63fab46999e0a (diff)
Merge PR #8959: [dune] [ide] Install data files.
-rw-r--r--ide/dune11
1 files changed, 11 insertions, 0 deletions
diff --git a/ide/dune b/ide/dune
index aeb5424aff..5e3886624c 100644
--- a/ide/dune
+++ b/ide/dune
@@ -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)))