diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |