summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0db5bbc..98959b0 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,6 @@ contents = \
$(dynamic-contents) \
$(static-contents) \
src/content/security.txt \
- src/content/security.txt.gz \
all-filelists = \
$(sources.snippets) \
@@ -174,7 +173,6 @@ derived-assets = \
fingerprint.txt \
expiry.txt \
src/content/security.txt \
- src/content/security.txt.gz \
src/content/.well-known/security.txt \
src/all-contents.txt \
src/all-filelists.txt \
@@ -296,9 +294,7 @@ expiry.txt: src/content/$(PUBURL)
awk -F: '/^pub:/ { print $$7 }' | \
xargs -I% date -Is -d@% > $@
-src/content/security.txt.gz: src/content/.well-known/security.txt.gz
-src/content/security.txt: src/content/.well-known/security.txt
-src/content/security.txt src/content/security.txt.gz:
+src/content/security.txt: src/content/.well-known/security.txt
ln -fs .well-known/$(@F) $@
src/content/.well-known/security.txt.gz: src/content/.well-known/security.txt