aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-14 02:55:08 -0300
committerEuAndreh <eu@euandre.org>2021-02-14 03:02:10 -0300
commitb34a2c3fb01eff270effee402bfc08569d4ce968 (patch)
tree7788471b58a37929026c2c04e6d265ecbd4061a8
parentMakefile: Fix quoting on variable expansion (diff)
downloadpackage-repository-b34a2c3fb01eff270effee402bfc08569d4ce968.tar.gz
package-repository-b34a2c3fb01eff270effee402bfc08569d4ce968.tar.xz
Makefile: Publish public key on the web
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 434befe..a56c610 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,9 @@ clean:
NAME_UC = EuAndreh's package repository
NAME = package-repository
MAILING_LIST = public-inbox
-public: README.md TODOs.md
+public: README.md TODOs.md EuAndreh.key
sh aux/workflow/TODOs.sh "$(NAME_UC)" $(NAME) $(MAILING_LIST)
sh aux/workflow/README.sh "$(NAME_UC)" $(NAME)
+ cp EuAndreh.key public/
.PHONY: clean check