diff options
author | EuAndreh <eu@euandre.org> | 2021-08-28 09:56:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-28 09:56:25 -0300 |
commit | 74502f74634811aec51b3ddf327902901175e15d (patch) | |
tree | 16e652f56f02817daef1ee46eb14267f33436b68 /Makefile | |
parent | aux/workflow/dist.sh: Use -c flag from sort for simpler if expression (diff) | |
download | git-permalink-74502f74634811aec51b3ddf327902901175e15d.tar.gz git-permalink-74502f74634811aec51b3ddf327902901175e15d.tar.xz |
Makefile: Line break to keep 80 columns
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |