diff options
author | EuAndreh <eu@euandre.org> | 2022-01-15 23:51:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-15 23:51:49 -0300 |
commit | e6d19dc7e9f7375842a264efde3362c2c4544c18 (patch) | |
tree | 15868218131d61fc30206b5ac08603eb6fceb6f3 /Makefile | |
parent | Finish CHANGELOG.md translations (diff) | |
download | git-permalink-e6d19dc7e9f7375842a264efde3362c2c4544c18.tar.gz git-permalink-e6d19dc7e9f7375842a264efde3362c2c4544c18.tar.xz |
Makefile: Increase expected instealled files count
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,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 -f9 + sh aux/workflow/repocheck.sh -x1 -l1 -f30 dist: sh aux/workflow/dist.sh -d '$(DATE)' -V '$(VERSION)' -n '$(NAME)' \ |