From: Eric Wong Date: Fri, 28 Aug 2020 04:22:00 +0000 (+0000) Subject: Makefile.PL: run check-man for <= 80 columns on check-run, too X-Git-Tag: v1.6.0~77 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=0da3a1b70826a48ec0c016787b08aa2bc62bb375 Makefile.PL: run check-man for <= 80 columns on check-run, too I mostly use "make check-run" instead of the slower "make check" target, nowadays, so add this check to ensure the rendered manpage is always be visible to more users who need big fonts. --- diff --git a/Makefile.PL b/Makefile.PL index 88da5b45..62d1038e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -191,7 +191,7 @@ check-each :: pure_all # lightly-tested way to run tests, relies "--state=save" in check-each # for best performance -check-run :: pure_all +check-run :: pure_all check-man \$(EATMYDATA) \$(PROVE) -bvw t/run.perl :: -j\$(N) -@\$(check_manifest)