From 82691a35fcf3b8945539084a029722b3458d72c8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 1 Feb 2021 00:57:02 -0500 Subject: doc: start manpages for lei commands Add manpages for lei and the currently implemented subcommands. The included options and their descriptions follow to a large degree the --help output, dropping some options that are not currently wired up. --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index b2f3393d..7bfe1e4e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,7 +42,10 @@ $v->{-m1} = [ map { push @no_pod, $x; (); } - } @EXE_FILES ]; + } @EXE_FILES, + qw( + lei-add-external lei-config lei-daemon-kill lei-daemon-pid + lei-forget-external lei-init lei-ls-external lei-q)]; $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format public-inbox-v2-format public-inbox-extindex-format) ]; $v->{-m7} = [ qw(public-inbox-overview public-inbox-tuning) ]; -- cgit v1.2.3-24-ge0c7