aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-28 09:08:15 -0300
committerEuAndreh <eu@euandre.org>2021-08-28 09:56:45 -0300
commit59effe0a37ed132f7576ccecc25f6ca75098906d (patch)
tree7aca6c9e48ed7a47eba99d0fa5e852574a91e08e /Makefile
parentsrc/lib.c: Mark local FILE* variable as const (diff)
downloadgistatic-59effe0a37ed132f7576ccecc25f6ca75098906d.tar.gz
gistatic-59effe0a37ed132f7576ccecc25f6ca75098906d.tar.xz
aux/workflow/dist.sh: Be stricter with release pre-requisites
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6af9fb9..1a174ac 100644
--- a/Makefile
+++ b/Makefile
@@ -112,8 +112,9 @@ dev-check: check public
sh tests/dev-integration.sh
sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh
- sh aux/workflow/assert-changelog.sh -n '$(NAME)'
- sh aux/workflow/assert-readme.sh -n '$(NAME)' -m '$(MAILING_LIST)'
+ sh aux/workflow/assert-changelog.sh -n '$(NAME)' $(EXTRA_VERSION)
+ sh aux/workflow/assert-readme.sh -n '$(NAME)' -m '$(MAILING_LIST)' \
+ $(EXTRA_VERSION)
sh aux/workflow/assert-manpages.sh -n '$(NAME)' -m '$(MAILING_LIST)' \
-l '$(TRANSLATIONS) en' $(manpages.en.in)
sh aux/workflow/repocheck.sh -x1 -l1 -f7