From daf4f8ae1578fc80caa9df6693e2ea48879ab283 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 11 Mar 2023 11:26:32 -0300 Subject: Makefile: Add rule to generate "EuAndreh.key" --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 > $@ -- cgit v1.2.3