diff options
author | EuAndreh <eu@euandre.org> | 2021-02-14 02:55:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-14 03:02:10 -0300 |
commit | b34a2c3fb01eff270effee402bfc08569d4ce968 (patch) | |
tree | 7788471b58a37929026c2c04e6d265ecbd4061a8 | |
parent | Makefile: Fix quoting on variable expansion (diff) | |
download | package-repository-b34a2c3fb01eff270effee402bfc08569d4ce968.tar.gz package-repository-b34a2c3fb01eff270effee402bfc08569d4ce968.tar.xz |
Makefile: Publish public key on the web
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |