aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c2c0d7..e75ea66 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ TRANSLATIONS = pt fr eo es
CONTRIBLANGS =
-all:
+all: EuAndreh.key
guix build -Lsrc/ -K \
-f src/xyz/euandreh/packages.scm \
-f src/xyz/euandreh/queue.scm \
@@ -48,3 +48,6 @@ public: l10n-gen all TODOs.md public/dependencies.svg public/paku.html
sh aux/workflow/public.sh -l '$(TRANSLATIONS) $(CONTRIBLANGS) en' \
-N "$(NAME_UC)" -n $(NAME) -m $(MAILING_LIST) -o public
cp EuAndreh.key public/
+
+EuAndreh.key:
+ gpg --armour --export eu@euandre.org > $@