aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-18 15:22:05 -0300
committerEuAndreh <eu@euandre.org>2022-01-18 17:46:29 -0300
commit01fa29f4ebee4efebcaf676131986ef254bd163b (patch)
treec8003808761953e874dca1ef262b9fdb28dffb99
parentaux/workflow/assert-todos.sh: Receive files to be checked as first argument (diff)
downloadtd-01fa29f4ebee4efebcaf676131986ef254bd163b.tar.gz
td-01fa29f4ebee4efebcaf676131986ef254bd163b.tar.xz
Makefile: Exclude src/td.in from assert-todos.sh check
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 864c066..c4dfaba 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,8 @@ uninstall:
dev-check: check public
shellcheck src/td.in src/locale/load-messages.sh
sh aux/assert-shellcheck.sh
- sh aux/workflow/assert-todos.sh
+ sh aux/workflow/assert-todos.sh \
+ "$(find `git ls-files` -not -name td.in)"
sh aux/workflow/assert-changelog.sh -n '$(NAME)' $(EXTRA_VERSION)
sh aux/workflow/assert-readme.sh -n '$(NAME)' -m '$(MAILING_LIST)' \
$(EXTRA_VERSION)