summaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
Diffstat (limited to 'dune')
-rw-r--r--dune10
1 files changed, 9 insertions, 1 deletions
diff --git a/dune b/dune
index 8a00001..b7cd19b 100644
--- a/dune
+++ b/dune
@@ -16,9 +16,17 @@
; (the package's own install artifacts -- executables, libraries, reached
; recursively through every subdirectory's own `install` alias) so this
; ADDS a requirement rather than replacing dune's own default behaviour.
+;
+; data/ef/lectionary.sexp added here for the identical reason (Task 4 fix
+; round 1, coordinator review): `colitur day <year>` needs it at runtime
+; (bin/main.ml's own [load_ef_lectionary]), and the same clean-build gap
+; this file was originally written to close applied to it too -- a fresh
+; `dune build` left it absent from _build/default/data/ef/, only ever
+; materialised there as a side effect of test/dune's own deps.
(alias
(name default)
(deps
(alias_rec install)
data/ef/sanctoral.sexp
- data/ef/adjustments.sexp))
+ data/ef/adjustments.sexp
+ data/ef/lectionary.sexp))