summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-05 14:53:23 -0300
committerEuAndreh <eu@euandre.org>2025-04-05 14:53:23 -0300
commit959f214c39d78d5b37459ad34b9c9687675df463 (patch)
tree79f91f8e5afcfa0d7de2730b1ef3a7193cab5c78
parentMakefile: Setup structure to externally archive links (diff)
downloadeuandre.org-959f214c39d78d5b37459ad34b9c9687675df463.tar.gz
euandre.org-959f214c39d78d5b37459ad34b9c9687675df463.tar.xz
Makefile: Add missing dependency for refresheable files gz
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6fb3955..3c45f8d 100644
--- a/Makefile
+++ b/Makefile
@@ -216,9 +216,11 @@ $(sources.snippets.gz):
if [ -s $* ]; then gzip -9fk `cat $*`; fi
sed 's/$$/.gz/' $* > $@
+src/content/$(PUBURL).gz: src/content/$(PUBURL)
src/content/$(PUBURL):
gpg --export --armour "`jq -r '.email' < meta.json`" > $@
+src/content/favicon.ico.gz: src/content/favicon.ico
src/content/favicon.ico: src/content/img/favicon.svg
convert src/content/img/favicon.svg $@