summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d110c22..77c6fc3 100644
--- a/Makefile
+++ b/Makefile
@@ -91,12 +91,14 @@ static-contents = \
$(sources.extras) \
$(images.svg) \
src/content/style.css \
+ src/content/.well-known/security.txt \
dynamic-contents.gz = $(dynamic-contents:=.gz)
static-contents.gz = \
$(images.svg:=.gz) \
src/content/style.css.gz \
+ src/content/.well-known/security.txt.gz \
contents.gz = \
$(dynamic-contents.gz) \
@@ -177,6 +179,7 @@ expiry.txt: src/content/public.asc
awk -F: '/^pub:/ { print $$7 }' | \
xargs -I% date -Is -d@% > $@
+src/content/.well-known/security.txt.gz: src/content/.well-known/security.txt
src/content/.well-known/security.txt: email.txt baseurl.txt expiry.txt
mkdir -p $(@D)
printf 'Contact: mailto:%s\n' "`cat email.txt`" > $@