aboutsummaryrefslogtreecommitdiff
path: root/tools/dune
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-02 04:20:33 +0200
committerEmilio Jesus Gallego Arias2018-10-02 04:27:15 +0200
commitb46668fa43bb97f7d696978f687db3c97224ce4f (patch)
tree1eca21761b0a3d7b5621b0c43ee890d4390ad0a3 /tools/dune
parentec751f0d48fa3d6268ed4210d74efac23bc87cbc (diff)
[dune] Install more files from `tools`.
These are needed for example for the test suite.
Diffstat (limited to 'tools/dune')
-rw-r--r--tools/dune21
1 files changed, 13 insertions, 8 deletions
diff --git a/tools/dune b/tools/dune
index 05a620fb07..20048fde52 100644
--- a/tools/dune
+++ b/tools/dune
@@ -1,8 +1,11 @@
-(executable
- (name coqc)
- (public_name coqc)
- (modules coqc)
- (libraries coq.toplevel))
+(install
+ (section lib)
+ (files
+ (CoqMakefile.in as tools/CoqMakefile.in)
+ (TimeFileMaker.py as tools/TimeFileMaker.py)
+ (make-one-time-file.py as tools/make-one-time-file.py)
+ (make-both-time-files.py as tools/make-both-time-files.py)
+ (make-both-single-timing-files.py as tools/make-both-single-timing-files.py)))
(executable
(name coq_makefile)
@@ -10,9 +13,11 @@
(modules coq_makefile)
(libraries coq.lib))
-(install
- (section lib)
- (files (CoqMakefile.in as tools/CoqMakefile.in)))
+(executable
+ (name coqc)
+ (public_name coqc)
+ (modules coqc)
+ (libraries coq.toplevel))
(executable
(name coqdep)