diff options
| author | Théo Zimmermann | 2018-10-02 18:14:55 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-02 18:14:55 +0200 |
| commit | 24550259892e9e408b11359fa71b240083e7546f (patch) | |
| tree | e74bd452df5cde7de4e3257b1f6f050ed32f6af6 /tools/dune | |
| parent | d0e71c5b5b35211dc48bc32fe6f10aef01d0c89d (diff) | |
| parent | b46668fa43bb97f7d696978f687db3c97224ce4f (diff) | |
Merge PR #8618: [dune] [tools] Cleanup and extra install.
Diffstat (limited to 'tools/dune')
| -rw-r--r-- | tools/dune | 21 |
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) |
