aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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