add report
This commit is contained in:
parent
b0aaf22ea7
commit
687bb431bd
5 changed files with 89 additions and 8 deletions
7
src/dune
7
src/dune
|
|
@ -13,6 +13,7 @@
|
|||
permap
|
||||
pp_babillard
|
||||
register
|
||||
report_page
|
||||
template
|
||||
thread_page
|
||||
user
|
||||
|
|
@ -66,6 +67,12 @@
|
|||
(action
|
||||
(run dream_eml %{deps} --workspace %{workspace_root})))
|
||||
|
||||
(rule
|
||||
(targets report_page.ml)
|
||||
(deps report_page.eml.html)
|
||||
(action
|
||||
(run dream_eml %{deps} --workspace %{workspace_root})))
|
||||
|
||||
(rule
|
||||
(targets template.ml)
|
||||
(deps template.eml.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue