From 78390840e76791f449c3157ef3df599c61ff3b4a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 Mar 2025 17:07:48 -0300 Subject: Makefile: Enable re-generation of renewed public.asc key --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1df62d..aaced4f 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,7 @@ side-assets = \ ## Default target. Builds all artifacts required for testing ## and installation. all: $(derived-assets) +all: src/content/public.asc $(derived-assets): Makefile deps.mk @@ -157,6 +158,9 @@ $(contents.gz): gzip -9fk $* touch $@ +src/content/public.asc: + gpg --export --armour "`jq -r '.email' < meta.json`" > $@ + check-unit: -- cgit v1.2.3