diff options
| author | Emilio Jesus Gallego Arias | 2018-10-02 04:20:33 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-02 04:27:15 +0200 |
| commit | b46668fa43bb97f7d696978f687db3c97224ce4f (patch) | |
| tree | 1eca21761b0a3d7b5621b0c43ee890d4390ad0a3 /tools | |
| parent | ec751f0d48fa3d6268ed4210d74efac23bc87cbc (diff) | |
[dune] Install more files from `tools`.
These are needed for example for the test suite.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/dune | 6 | ||||
| -rw-r--r-- | tools/dune | 21 |
2 files changed, 19 insertions, 8 deletions
diff --git a/tools/coqdoc/dune b/tools/coqdoc/dune index 8e05c7d97e..b20d9f9b2e 100644 --- a/tools/coqdoc/dune +++ b/tools/coqdoc/dune @@ -1,3 +1,9 @@ +(install + (section lib) + (files + (coqdoc.css as tools/coqdoc/coqdoc.css) + (coqdoc.sty as tools/coqdoc/coqdoc.sty))) + (executable (name main) (public_name coqdoc) 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) |
