diff --git a/project.zsh b/project.zsh index 7aa3e13..b3f7f06 100644 --- a/project.zsh +++ b/project.zsh @@ -29,6 +29,13 @@ for file in services/*.spec; do auto[$file]=true done +for file in templates/*.j2; do + targets+=($file) + type[$file]=script + install[$file]='$(SYSCONFDIR)/templates' + auto[$file]=true +done + # FIXME: This should be upstreamed. function script.install { if [[ "false" = "${install[$target]}" ]]; then