about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-31 00:41:08 +0000
committerEric Wong <e@80x24.org>2021-03-31 07:23:54 +0000
commit5347be86e7dba569276b5e0b9e3d86d2e7cc5bc8 (patch)
tree323fa2d9f242530fa17f034d38414f9c4f69038a /Makefile.PL
parenta00b7214f767191580455b3895e6186c2a72febb (diff)
downloadpublic-inbox-5347be86e7dba569276b5e0b9e3d86d2e7cc5bc8.tar.gz
While plenty of online documentation exists, it's good to have
a locally-available summary for users to look at offline.
Fix a URL in Watch.pm while we're at it, too.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 27b49c53..feb89ec1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,7 +48,9 @@ $v->{-m1} = [ map {
         lei-forget-external lei-import lei-init lei-ls-external lei-ls-label
         lei-tag lei-p2q lei-q)];
 $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
-                public-inbox-v2-format public-inbox-extindex-format) ];
+                public-inbox-v2-format public-inbox-extindex-format
+                lei-mail-formats
+                ) ];
 $v->{-m7} = [ qw(lei-overview public-inbox-overview public-inbox-tuning
                 public-inbox-glossary) ];
 $v->{-m8} = [ qw(public-inbox-daemon) ];