From 209af7d8849515fd9f8bc2873bb7e999b2d14240 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 4 Jul 2021 16:17:09 -0300 Subject: aux/: Update, adjust Makefile accordingly --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b647ae..3b0bad7 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ dev-check: check sh aux/assert-nixfmt.sh sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh - sh aux/workflow/assert-changelog.sh $(NAME) $(NAME) - sh aux/workflow/assert-readme.sh $(NAME) $(MAILING_LIST) + sh aux/workflow/assert-changelog.sh -n $(NAME) + sh aux/workflow/assert-readme.sh -n $(NAME) -m $(MAILING_LIST) clean: rm -rf public/ @@ -36,5 +36,5 @@ public/paku.html: paku.json sh scripts/paku -l public: README.md TODOs.md public/dependencies.svg public/paku.html - sh aux/workflow/public.sh "EuAndreh's package repository" $(NAME) $(MAILING_LIST) public + sh aux/workflow/public.sh -N "EuAndreh's package repository" -n $(NAME) -m $(MAILING_LIST) -o public cp EuAndreh.key public/ -- cgit v1.2.3