]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
www_stream: add trailing slash for help and color links
[public-inbox.git] / Makefile.PL
index ca8e45cfb650c05599ddcce263107a6842fcbf8e..8165e60108bbbc68686303c1aa367ae1110e1f51 100644 (file)
@@ -45,10 +45,11 @@ $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-forget-external lei-import 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(lei-overview public-inbox-overview public-inbox-tuning) ];
+$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} = [];
@@ -155,6 +156,7 @@ WriteMakefile(
                '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,
@@ -174,7 +176,8 @@ WriteMakefile(
        },
        MAN3PODS => \%man3,
        clean => {
-               FILES => 't/home1/setup* t/home1/t* t/home1/.public-inbox'
+               FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox '.
+                       't/data-gen/*'
        },
 );