unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] Makefile.PL: run check-man for <= 80 columns on check-run, too
@ 2020-08-28  4:22 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2020-08-28  4:22 UTC (permalink / raw)
  To: meta

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-28  4:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28  4:22 [PATCH] Makefile.PL: run check-man for <= 80 columns on check-run, too Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).