aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThéo Zimmermann2018-12-14 12:53:29 +0100
committerThéo Zimmermann2018-12-14 12:53:29 +0100
commit40aac459c94b9a8696e4d23dfdc0ce9279e63616 (patch)
treec6fd34efea1f0ca2638bc9aa68809a2d3640ed46 /config
parent7e3603069cf591c6c70ef25d4cfc72f62aa44058 (diff)
parentca4e25215144503f1dd42903421a61baee22b73e (diff)
Merge PR #9147: [dune] [doc] Support for building the reference manual with Dune.
Diffstat (limited to 'config')
-rw-r--r--config/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dune b/config/dune
index cc993b97c9..c146e7df67 100644
--- a/config/dune
+++ b/config/dune
@@ -7,7 +7,7 @@
; Dune doesn't use configure's output, but it is still necessary for
; some Coq files to work; will be fixed in the future.
(rule
- (targets coq_config.ml Makefile)
+ (targets coq_config.ml coq_config.py Makefile)
(mode fallback)
(deps %{project_root}/configure.ml %{project_root}/dev/ocamldebug-coq.run (env_var COQ_CONFIGURE_PREFIX))
(action (chdir %{project_root} (run %{ocaml} configure.ml -no-ask -native-compiler no))))