summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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: