diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 > $@ |