X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=f6b7abb65647164193f576a78fb688f9593212e5;hb=3b5d3d1910f1db526a488142c01f42db5255ac72;hp=5a26836284c4896001e95ed0393ed9a191d857b9;hpb=7c0c47e26af17918031d449d24abe40ad452f51a;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index 5a268362..f6b7abb6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,11 +71,6 @@ $v->{gz_docs} = [ map { "$_.gz" } (@{$v->{docs}},@{$v->{docs_html}}) ]; $v->{rsync_docs} = [ @{$v->{gz_docs}}, @{$v->{docs}}, @{$v->{docs_html}}, qw(NEWS.atom NEWS.atom.gz)]; -# filter out public-inbox-gcf2 from the website, it's an internal command -for my $var (qw(gz_docs rsync_docs)) { - @{$v->{$var}} = grep(!/-gcf2/, @{$v->{$var}}); -} - # external manpages which we host ourselves, since some packages # (currently just Xapian) doesn't host manpages themselves. my @xman = qw(copydatabase.1 xapian-compact.1); @@ -116,8 +111,11 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR) } qw(Git.pm Import.pm WWW.pod SaPlugin/ListMirror.pod); WriteMakefile( - NAME => 'PublicInbox', + NAME => 'PublicInbox', # n.b. camel-case is not our choice + + # XXX drop "PENDING" in .pod before updating this! VERSION => '1.6.0', + AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure', EXE_FILES => \@EXE_FILES,