summaryrefslogtreecommitdiff
path: root/templates/dune
blob: e5918a0c2e4b6fdd6f72d0459c69ae93a71418c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; The shipped templates, installed into <prefix>/share/colitur/templates/
; so a user can render a booklet or a wall calendar straight from an
; installed `colitur`, without a source checkout on hand -- the same
; "runnable documentation" reasoning data/dune already gives
; examples/diocesan-example.sexp. Nothing in colitur's own code path looks
; these up (--template takes a plain, user-given file path, read exactly
; like an overlay file), so this is a convenience install, not something a
; probe function depends on the way [data_dir]/[schema_path] depend on
; data/ef/ and schema/. Task 13.
(install
 (section share)
 (package colitur)
 (files
  (ef/ordo.tex as templates/ef/ordo.tex)
  (ef/ordo.ms as templates/ef/ordo.ms)
  (ef/ordo.html as templates/ef/ordo.html)
  (ef/ordo.adoc as templates/ef/ordo.adoc)
  (ef/ordo.md as templates/ef/ordo.md)
  (ef/ordo.txt as templates/ef/ordo.txt)
  (ef/grid.tex as templates/ef/grid.tex)
  (ef/grid.ms as templates/ef/grid.ms)
  (ef/grid.html as templates/ef/grid.html)))