From 9658a872f72bc3d4b01bb8f2e39cccee5b196089 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 5 May 2025 10:22:10 -0300 Subject: Makefile: Only write the public key when we have it locally --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3