aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dune
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.dune')
-rw-r--r--Makefile.dune8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.dune b/Makefile.dune
index cac1bdd6a1..1e401a57b9 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -7,9 +7,6 @@
# DUNEOPT=--display=short
BUILD_CONTEXT=_build/default
-COQ_CONFIGURE_PREFIX?=_build/install/default
-
-export COQ_CONFIGURE_PREFIX
help:
@echo "Welcome to Coq's Dune-based build system. Targets are:"
@@ -37,11 +34,8 @@ watch: voboot
release: voboot
dune build $(DUNEOPT) -p coq
-apidoc:
- # Ugly workaround for https://github.com/ocaml/odoc/issues/148
- mv checker/dune checker/dune.disabled || true
+apidoc: voboot
dune build $(DUNEOPT) @doc
- mv checker/dune.disabled checker/dune || true
clean:
dune clean