summaryrefslogtreecommitdiff
path: root/tools/dune
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dune')
-rw-r--r--tools/dune8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/dune b/tools/dune
index fa6943d..96b6b36 100644
--- a/tools/dune
+++ b/tools/dune
@@ -13,6 +13,12 @@
; Run via `dune exec tools/bootstrap_lectionary.exe -- <source.ini> <dest.sexp>`.
; Same `unix` usage as bootstrap_sanctoral above: shells out to `sha256sum`
; for the provenance header only, never a new opam dependency.
+;
+; `rite_ef` added (task 8 fix round 1, coordinator review, Critical 2):
+; the generator's own [assert_reachable] sweeps Rite_ef.Temporal_ef.temporal
+; directly to catch a translation table entry that names a slug colitur
+; never actually computes -- no new dependency, bootstrap_sanctoral above
+; already links this same library for the identical "code, not data" reason.
(executable
(name bootstrap_lectionary)
- (libraries colitur_kernel unix sexplib))
+ (libraries colitur_kernel rite_ef unix sexplib))