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:03 -0500
committerEric Wong <e@80x24.org>2021-02-01 11:29:44 +0000
commite49cf9c629c0fd3024bdb63b5c5e84b590814c4e (patch)
tree55a1f8ac4a80db10f0cd7e432e26d67496f8dd1f /Makefile.PL
parent82691a35fcf3b8945539084a029722b3458d72c8 (diff)
downloadpublic-inbox-e49cf9c629c0fd3024bdb63b5c5e84b590814c4e.tar.gz
[ew: s/mboxrd/mboxcl2/ since that's what mutt uses]
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7bfe1e4e..f1910c47 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,7 +48,7 @@ $v->{-m1} = [ map {
         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) ];
+$v->{-m7} = [ qw(lei-overview public-inbox-overview public-inbox-tuning) ];
 $v->{-m8} = [ qw(public-inbox-daemon) ];
 my @sections = (1, 5, 7, 8);
 $v->{check_80} = [];