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