aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dune
diff options
context:
space:
mode:
authorThéo Zimmermann2018-09-29 18:21:55 +0200
committerThéo Zimmermann2018-09-29 18:21:55 +0200
commit081326a7b2c64e8620777aeae7e2275144b65b4b (patch)
tree4e3a7819dc1697316053d883ac9d4e09af2eac45 /Makefile.dune
parent0bcbc990dcebce2e66f10aba462c9fed2c2eda06 (diff)
parent834bd20dc5d6024933e7f859ad5e697fc8b27b9d (diff)
Merge PR #8588: [dune] Pack checker to avoid [odoc] problems + build doc for plugins.
Diffstat (limited to 'Makefile.dune')
-rw-r--r--Makefile.dune5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.dune b/Makefile.dune
index 81afa5bb91..1e401a57b9 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -34,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