From 0c3a61f58db262cf303ed9cb0807cb9cc62ef531 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Thu, 24 Oct 2019 00:41:34 +0200 Subject: [PATCH] Templates are Makefile-installed. --- project.zsh | 7 +++++++ 1 file changed, 7 insertions(+) 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