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