aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorMaxime Dénès2015-07-02 14:32:11 +0200
committerMaxime Dénès2015-07-02 14:32:11 +0200
commitb6320588bdc54f0239a537339a359baa5e4d07d4 (patch)
tree548f37e6575ace91f8e32117bc007ed25980c634 /Makefile.build
parent7dd0c2875b4986d5bfb7615f9cd0c145b6609fe3 (diff)
Revert "Add target to install dev files."
Broke the build. This reverts commit ef6459b00999a29183edc09de9035795ff7912e9.
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.build b/Makefile.build
index 71fd8fb544..16c5730865 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -690,13 +690,13 @@ ifeq ($(LOCAL),true)
install:
@echo "Nothing to install in a local build!"
else
-install: install-coq install-coqide install-doc-$(WITHDOC) install-dev
+install: install-coq install-coqide install-doc-$(WITHDOC)
endif
install-doc-all: install-doc
install-doc-no:
-.PHONY: install install-doc-all install-doc-no install-dev
+.PHONY: install install-doc-all install-doc-no
#These variables are intended to be set by the caller to make
#COQINSTALLPREFIX=
@@ -750,10 +750,6 @@ install-tools:
$(INSTALLLIB) tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty $(FULLCOQLIB)/tools/coqdoc
$(INSTALLBIN) $(TOOLS) $(FULLBINDIR)
-install-dev: $(DEVFILES) $(DEVPRINTERS)
- $(foreach devf, $(DEVFILES), sed -i -e /\".\"/\"$(FULLCOQLIB)\"/g $(devf))
- $(INSTALLLIB) $(DEVFILES) $(DEVPRINTERS) $(FULLCOQLIB)/dev
-
# The list of .cmi to install, including the ones obtained
# from .mli without .ml, and the ones obtained from .ml without .mli