about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-31 09:10:16 +0000
committerEric Wong <e@80x24.org>2021-10-31 17:30:45 +0000
commit3702b79a2d469f9ba8fa7e4d18502f6b2fba50e3 (patch)
treed681d1de325bcd0af5fd51398c66e3f5fca2b926 /Makefile.PL
parent81d53eb6d390a3fbfc67e4630c1fded12688b134 (diff)
downloadpublic-inbox-3702b79a2d469f9ba8fa7e4d18502f6b2fba50e3.tar.gz
Mostly illustrating how clunky the process is :p
We'll also tweak some things in existing man pages around
mail synchronization.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b3ac59be..8c8c0235 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2013-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use ExtUtils::MakeMaker;
@@ -57,7 +57,7 @@ $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
                 public-inbox-v2-format public-inbox-extindex-format
                 lei-mail-formats lei-store-format
                 ) ];
-$v->{-m7} = [ qw(lei-overview lei-security
+$v->{-m7} = [ qw(lei-mail-sync-overview lei-overview lei-security
                 public-inbox-overview public-inbox-tuning
                 public-inbox-glossary) ];
 $v->{-m8} = [ qw(public-inbox-daemon lei-daemon) ];