diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-25 19:21:41 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-25 19:21:41 +0100 |
commit | 7f40654efd7635f7e5acd8d42214627ce1f74c18 (patch) | |
tree | d80c4cdb49f1fdbd20313efdfc19d4e5ada2eefc /lib/layouts | |
parent | 4edccf9a2504e8798df160e04a0820a7256f82b1 (diff) |
Update dune files for all libraries.
Diffstat (limited to 'lib/layouts')
-rw-r--r-- | lib/layouts/dune | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/layouts/dune b/lib/layouts/dune deleted file mode 100644 index ee236ea..0000000 --- a/lib/layouts/dune +++ /dev/null @@ -1,16 +0,0 @@ -(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}))) |