]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
doc: add lei-mail-formats(5) manpage
[public-inbox.git] / Makefile.PL
index b9e0a8cd291e5ba65c4ac812e2efc840f7bd0aca..feb89ec102c2334a6485701340d9047a75b323e5 100644 (file)
@@ -44,11 +44,15 @@ $v->{-m1} = [ map {
                }
        } @EXE_FILES,
        qw(
-       lei-add-external lei-config lei-daemon-kill lei-daemon-pid
-       lei-forget-external lei-init lei-ls-external lei-q)];
+       lei-add-external lei-blob lei-config lei-daemon-kill lei-daemon-pid
+       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) ];
-$v->{-m7} = [ qw(lei-overview public-inbox-overview public-inbox-tuning) ];
+               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) ];
 my @sections = (1, 5, 7, 8);
 $v->{check_80} = [];
@@ -153,7 +157,9 @@ WriteMakefile(
                'Digest::SHA' => 0, # rpm: perl-Digest-SHA
                'Encode' => 2.35, # 2.35 shipped with 5.10.1
                'IO::Compress::Gzip' => 0,
+               'IO::Uncompress::Gunzip' => 0,
                'Storable' => 0, # rpm: perl-Storable
+               'Text::ParseWords' => 0, # rpm: perl-Text-ParseWords
 
                # Plack is needed for public-inbox-httpd and PublicInbox::WWW
                # 'Plack' => 0,
@@ -172,6 +178,10 @@ WriteMakefile(
                # ExtUtils::MakeMaker # this file won't run w/o it...
        },
        MAN3PODS => \%man3,
+       clean => {
+               FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox '.
+                       't/data-gen/*'
+       },
 );
 
 sub MY::postamble {