]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
gcf2: wire up read-only daemons and rm -gcf2 script
[public-inbox.git] / Makefile.PL
index 5a26836284c4896001e95ed0393ed9a191d857b9..3fe9acf80bc03321b70383d071adcfcf05035c1c 100644 (file)
@@ -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);