diff options
| author | Maxime Dénès | 2020-05-16 17:07:37 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2020-06-02 18:53:33 +0200 |
| commit | 33021618a06a94563d28691940f02a55bd9d358d (patch) | |
| tree | 9d0cab0e9ffc2f1499ec1d49b142a758d7f80fee /Makefile.install | |
| parent | db768e6828af62e06eb03d36509be6f8fc1efbf3 (diff) | |
Move CoqIDE to its own folder
The will make it possible to put a VsCoq toplevel in `ide/vscoq`.
Diffstat (limited to 'Makefile.install')
| -rw-r--r-- | Makefile.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.install b/Makefile.install index cc0888d8e4..4977bb38e1 100644 --- a/Makefile.install +++ b/Makefile.install @@ -91,12 +91,12 @@ install-tools: # - the ones corresponding to packed plugins INSTALLCMI = $(sort \ - $(filter-out checker/% ide/% tools/%, $(MLIFILES:.mli=.cmi)) \ + $(filter-out checker/% ide/coqide/% tools/%, $(MLIFILES:.mli=.cmi)) \ $(GRAMMLIFILES:.mli=.cmi) gramlib/.pack/gramlib.cmi \ $(foreach lib,$(CORECMA), $(addsuffix .cmi,$($(lib:.cma=_MLLIB_DEPENDENCIES))))) \ $(PLUGINS:.cmo=.cmi) -INSTALLCMX = $(sort $(filter-out checker/% ide/% tools/% dev/% \ +INSTALLCMX = $(sort $(filter-out checker/% ide/coqide/% tools/% dev/% \ configure.cmx toplevel/coqtop_byte_bin.cmx plugins/extraction/big.cmx, \ $(GRAMMLFILES:.ml=.cmx) $(MLFILES:.ml=.cmx))) |
