diff options
-rw-r--r-- | Makefile | 5 | ||||
l--------- | src/content/index.html | 1 | ||||
-rw-r--r-- | src/symlinks.txt | 4 |
3 files changed, 3 insertions, 7 deletions
@@ -130,7 +130,6 @@ contents.gz = \ contents = \ $(dynamic-contents) \ $(static-contents) \ - src/content/security.txt \ all-filelists = \ $(sources.snippets) \ @@ -172,7 +171,6 @@ derived-assets = \ baseurl.txt \ fingerprint.txt \ expiry.txt \ - src/content/security.txt \ src/content/.well-known/security.txt \ src/all-contents.txt \ src/all-filelists.txt \ @@ -284,9 +282,6 @@ expiry.txt: src/content/$(PUBURL) awk -F: '/^pub:/ { print $$7 }' | \ xargs -I% date -Is -d@% > $@ -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 src/content/.well-known/security.txt: email.txt baseurl.txt expiry.txt mkdir -p $(@D) diff --git a/src/content/index.html b/src/content/index.html deleted file mode 120000 index d7a7d75..0000000 --- a/src/content/index.html +++ /dev/null @@ -1 +0,0 @@ -en/index.html
\ No newline at end of file diff --git a/src/symlinks.txt b/src/symlinks.txt index 1b19b7f..7d8c794 100644 --- a/src/symlinks.txt +++ b/src/symlinks.txt @@ -25,4 +25,6 @@ images/link.svg img/link/light.svg images/lock.svg img/lock/light.svg images/envelope.svg img/envelope/light.svg -# Collection contents +# "Official" redirections +index.html en/index.html +security.txt .well-known/security.txt |