about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-17 07:38:36 -0500
committerEric Wong <e@80x24.org>2021-09-17 21:49:43 +0000
commit6d6f69c99ef79bddb9e6ff14c9cda8ddaf012509 (patch)
tree1a1a7460bdc205540de427db5d2ca3eed19dfbc5 /Makefile.PL
parent3ba7362f0bf1bef8ddc76cd311576d9348a94fe0 (diff)
downloadpublic-inbox-6d6f69c99ef79bddb9e6ff14c9cda8ddaf012509.tar.gz
It seems like a good idea to have a manpage where somebody
can quickly look up and address their concerns as to what
to put on encrypted device/filesystem.

And I probably would've designed lei around make(1) for
parallelization if I didn't have to keep credentials off
the FS :P
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1e935012..f56445ae 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -54,7 +54,8 @@ $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 public-inbox-overview public-inbox-tuning
+$v->{-m7} = [ qw(lei-overview lei-security
+                public-inbox-overview public-inbox-tuning
                 public-inbox-glossary) ];
 $v->{-m8} = [ qw(public-inbox-daemon) ];
 my @sections = (1, 5, 7, 8);