summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-05 10:19:21 -0300
committerEuAndreh <eu@euandre.org>2025-05-05 10:19:24 -0300
commit65561a6f3b43b3a9cc00c6a139dde6ea2a70c598 (patch)
tree6cc10e1e261f1e8c9891e9b07d825f629ad130c0 /Makefile
parentMakefile: Fix dependency tracking of $(captured-assets) (diff)
downloadeuandre.org-65561a6f3b43b3a9cc00c6a139dde6ea2a70c598.tar.gz
euandre.org-65561a6f3b43b3a9cc00c6a139dde6ea2a70c598.tar.xz
Makefile: Only write the public key when we have it locally
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab4b058..b467ade 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,7 @@ $(sources.snippets.gz) $(categories.xml.gz):
src/content/$(PUBURL).gz: src/content/$(PUBURL).sentinel
src/content/$(PUBURL).sentinel: email.txt
- gpg --export --armour "`cat email.txt`" | ifnew $*
+ gpg --export --armour "`cat email.txt`" | ifne ifnew $*
touch $@
src/content/favicon.ico.gz: src/content/favicon.ico.sentinel