summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-05 10:22:10 -0300
committerEuAndreh <eu@euandre.org>2025-05-05 10:22:10 -0300
commit9658a872f72bc3d4b01bb8f2e39cccee5b196089 (patch)
tree83b706e6d862945cbe750052abf216b454381981
parentMakefile: Fix dependency tracking of $(captured-assets) (diff)
downloadpapo.im-9658a872f72bc3d4b01bb8f2e39cccee5b196089.tar.gz
papo.im-9658a872f72bc3d4b01bb8f2e39cccee5b196089.tar.xz
Makefile: Only write the public key when we have it locally
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53de96a..bcb81fa 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