]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: run check-man for <= 80 columns on check-run, too
authorEric Wong <e@yhbt.net>
Fri, 28 Aug 2020 04:22:00 +0000 (04:22 +0000)
committerEric Wong <e@yhbt.net>
Fri, 28 Aug 2020 09:35:15 +0000 (09:35 +0000)
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.

Makefile.PL

index 88da5b45f88a73293278058f1dc4770f83033c7a..62d1038e9b3204af47ac54ce43134198c50b9bdf 100644 (file)
@@ -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)