aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-16 23:57:16 -0300
committerEuAndreh <eu@euandre.org>2021-06-16 23:57:16 -0300
commitac6bcbb10139028b4f2c6b41c1baa840c65d8536 (patch)
tree6daa038ff16cf74ea8b895eb8cf8926ab0369e38
parentaux/: Update (diff)
downloadpackage-repository-ac6bcbb10139028b4f2c6b41c1baa840c65d8536.tar.gz
package-repository-ac6bcbb10139028b4f2c6b41c1baa840c65d8536.tar.xz
Makefile: Run assert-readme.sh in "check" target
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7be6629..4913284 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+NAME = package-repository
+MAILING_LIST = public-inbox
+
guix-sources = \
src/xyz/euandreh/latest.scm \
src/xyz/euandreh/packages.scm \
@@ -12,9 +15,10 @@ refresh:
sh scripts/paku -rg
check:
- sh aux/assert-shellcheck.sh
sh aux/assert-nixfmt.sh
+ sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh
+ sh aux/workflow/assert-readme.sh $(NAME) $(MAILING_LIST)
dev-check: check
@@ -25,6 +29,6 @@ dependencies.svg: dependencies.dot
dot dependencies.dot -Tsvg > dependencies.svg
public: README.md TODOs.md dependencies.svg
- sh aux/workflow/public.sh "EuAndreh's package repository" package-repository public-inbox
+ sh aux/workflow/public.sh "EuAndreh's package repository" $(NAME) $(MAILING_LIST)
cp EuAndreh.key public/
cp dependencies.svg public/