aboutsummaryrefslogtreecommitdiff
path: root/doc/dune
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-12 02:23:38 +0100
committerEmilio Jesus Gallego Arias2019-02-14 16:30:28 +0100
commit49ed4b7d3a01b9c383bb99fc26a7b34a7a711fdf (patch)
treeef708a5ce689d236c68933fa43890a41ac963edd /doc/dune
parent7831c257168b74fc8e7132af2ec0b7a8aa00d539 (diff)
[coqlib] Remove `-boot` option for setting the coqlib
Instead, if the coqlib is special, we set it explicitly in the command line, as Dune does. This is a continuation of #9523. In Sphinx, we stop using -boot, and pass `-coqlib` through the environment instead. Co-authored-by: Gaƫtan Gilbert <gaetan.gilbert@skyskimmer.net>
Diffstat (limited to 'doc/dune')
-rw-r--r--doc/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dune b/doc/dune
index 6372fe4a91..bd40104725 100644
--- a/doc/dune
+++ b/doc/dune
@@ -13,7 +13,7 @@
(source_tree tools)
(env_var SPHINXWARNOPT))
(action
- (run sphinx-build -j4 %{env:SPHINXWARNOPT=-W} -b html -d sphinx_build/doctrees sphinx sphinx_build/html)))
+ (run env COQLIB=%{project_root} sphinx-build -j4 %{env:SPHINXWARNOPT=-W} -b html -d sphinx_build/doctrees sphinx sphinx_build/html)))
(alias
(name refman-html)