summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-18 05:22:01 -0300
committerEuAndreh <eu@euandre.org>2025-04-18 05:22:14 -0300
commit35812e70d07faf0b6dddc0a12586a83d8d059896 (patch)
treef30fba478048f5c593580c1711ee809c991fc4c1 /Makefile
parentsrc/content/en/tils/2020/12/29/svg.adoc: Fix local "link:" (diff)
downloadeuandre.org-35812e70d07faf0b6dddc0a12586a83d8d059896.tar.gz
euandre.org-35812e70d07faf0b6dddc0a12586a83d8d059896.tar.xz
src/content/{index.html,security.txt}: Create from src/symlinks.txt
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5027291..5040568 100644
--- a/Makefile
+++ b/Makefile
@@ -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)