diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-12-14 00:06:02 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-12-14 00:06:02 +0100 |
commit | 290abf59e6f13bb1468d8e3df050cf0bd9c48708 (patch) | |
tree | a61d3dce0bd34372b48668f44d280b5d886e2994 /Makefile.install | |
parent | 7576ffd4eb196d5d5a15f6cacb2ba5cba00576ef (diff) | |
parent | f5cb7eb3e68e4b7d1bb5eeb8d9c58666201945d4 (diff) |
Merge PR #6038: [build] Remove coqmktop in favor of ocamlfind.
Diffstat (limited to 'Makefile.install')
-rw-r--r-- | Makefile.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.install b/Makefile.install index 27694106f..84aa11a5e 100644 --- a/Makefile.install +++ b/Makefile.install @@ -105,7 +105,6 @@ INSTALLCMX = $(sort $(filter-out checker/% ide/% tools/% dev/% configure.cmx, $( install-devfiles: $(MKDIR) $(FULLBINDIR) - $(INSTALLBIN) $(COQMKTOP) $(FULLBINDIR) $(MKDIR) $(FULLCOQLIB) $(INSTALLSH) $(FULLCOQLIB) $(GRAMMARCMA) $(INSTALLSH) $(FULLCOQLIB) $(INSTALLCMI) @@ -140,7 +139,7 @@ install-coq-info: install-coq-manpages install-emacs install-latex MANPAGES:=man/coq-tex.1 man/coqdep.1 man/gallina.1 \ man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1 \ man/coqwc.1 man/coqdoc.1 man/coqide.1 \ - man/coq_makefile.1 man/coqmktop.1 man/coqchk.1 + man/coq_makefile.1 man/coqchk.1 install-coq-manpages: $(MKDIR) $(FULLMANDIR)/man1 |