add report

This commit is contained in:
Swrup 2022-02-22 07:10:52 +01:00
parent 9325749345
commit b1e828039d
5 changed files with 89 additions and 8 deletions

View file

@ -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)