diff options
author | EuAndreh <eu@euandre.org> | 2025-04-05 14:53:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-05 14:53:23 -0300 |
commit | 959f214c39d78d5b37459ad34b9c9687675df463 (patch) | |
tree | 79f91f8e5afcfa0d7de2730b1ef3a7193cab5c78 /Makefile | |
parent | Makefile: Setup structure to externally archive links (diff) | |
download | euandre.org-959f214c39d78d5b37459ad34b9c9687675df463.tar.gz euandre.org-959f214c39d78d5b37459ad34b9c9687675df463.tar.xz |
Makefile: Add missing dependency for refresheable files gz
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $@ |