(library (name layouts) (public_name ogit.layouts) (modules header topnav)) ; Rule to preprocess header.eml.html (rule (targets header.ml) (deps header.eml.html) (action (run dream_eml %{deps} --workspace %{workspace_root}))) ; Rule to preprocess topnav.eml.html (rule (targets topnav.ml) (deps topnav.eml.html) (action (run dream_eml %{deps} --workspace %{workspace_root})))