diff options
author | EuAndreh <eu@euandre.org> | 2025-05-05 10:22:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-05 10:22:10 -0300 |
commit | 9658a872f72bc3d4b01bb8f2e39cccee5b196089 (patch) | |
tree | 83b706e6d862945cbe750052abf216b454381981 | |
parent | Makefile: Fix dependency tracking of $(captured-assets) (diff) | |
download | papo.im-9658a872f72bc3d4b01bb8f2e39cccee5b196089.tar.gz papo.im-9658a872f72bc3d4b01bb8f2e39cccee5b196089.tar.xz |
Makefile: Only write the public key when we have it locally
-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 |