From 74502f74634811aec51b3ddf327902901175e15d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Aug 2021 09:56:25 -0300 Subject: Makefile: Line break to keep 80 columns --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2197f6d..f40a16a 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,8 @@ dev-check: check public sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh 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-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 -f5 -- cgit v1.2.3