about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-02-01 00:57:02 -0500
committerEric Wong <e@80x24.org>2021-02-01 11:26:18 +0000
commit82691a35fcf3b8945539084a029722b3458d72c8 (patch)
treeed942cdf732ea55f0df3375e605323e6d22bfb14 /Makefile.PL
parentdd1a1bceb56692722b1fb4a27391c80307403d86 (diff)
downloadpublic-inbox-82691a35fcf3b8945539084a029722b3458d72c8.tar.gz
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.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
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) ];