about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-28 04:22:00 +0000
committerEric Wong <e@yhbt.net>2020-08-28 09:35:15 +0000
commit0da3a1b70826a48ec0c016787b08aa2bc62bb375 (patch)
tree36d7e351cf87b95dfc1107cb0495bb52ba005881
parent68f9da93b11412122fff6e6154a42ecabcdbada0 (diff)
downloadpublic-inbox-0da3a1b70826a48ec0c016787b08aa2bc62bb375.tar.gz
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.
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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)