diff options
author | EuAndreh <eu@euandre.org> | 2021-09-20 18:32:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-20 18:32:14 -0300 |
commit | 4867efde7ad0dbc692534731afe99ceb22be6303 (patch) | |
tree | 0c298a331424235c03e513e231771497b797c702 /Makefile | |
parent | src/locale/: Ignore ShellCheck warnings (diff) | |
download | git-permalink-4867efde7ad0dbc692534731afe99ceb22be6303.tar.gz git-permalink-4867efde7ad0dbc692534731afe99ceb22be6303.tar.xz |
Makefile: Include translation files in repocheck.sh count
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ dev-check: check public $(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 + sh aux/workflow/repocheck.sh -x1 -l1 -f9 dist: sh aux/workflow/dist.sh -d '$(DATE)' -V '$(VERSION)' -n '$(NAME)' \ |