diff options
author | EuAndreh <eu@euandre.org> | 2021-07-04 16:17:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-04 16:17:09 -0300 |
commit | 209af7d8849515fd9f8bc2873bb7e999b2d14240 (patch) | |
tree | ff2a9c5a611d47316315fbc26dc23f052c630e85 /Makefile | |
parent | dependencies.dot: Add colors to all; remove makecheck dependency; tabify (diff) | |
download | package-repository-209af7d8849515fd9f8bc2873bb7e999b2d14240.tar.gz package-repository-209af7d8849515fd9f8bc2873bb7e999b2d14240.tar.xz |
aux/: Update, adjust Makefile accordingly
Diffstat (limited to 'Makefile')
-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/ |