diff options
author | EuAndreh <eu@euandre.org> | 2025-05-05 10:19:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-05 10:19:24 -0300 |
commit | 65561a6f3b43b3a9cc00c6a139dde6ea2a70c598 (patch) | |
tree | 6cc10e1e261f1e8c9891e9b07d825f629ad130c0 /Makefile | |
parent | Makefile: Fix dependency tracking of $(captured-assets) (diff) | |
download | euandre.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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |