X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=88da5b45f88a73293278058f1dc4770f83033c7a;hb=7cca148aa220d2c747f6487bd8987e0e36db0367;hp=831649f967f27609e79e46606707e02a10ae8ff0;hpb=c538c9593e4c4d8185c3131eab2d14c383fafe8f;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index 831649f9..88da5b45 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,7 +34,7 @@ $v->{my_syntax} = [map { "$_.syntax" } @syn]; $v->{-m1} = [ map { (split('/'))[-1] } @EXE_FILES ]; $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format public-inbox-v2-format) ]; -$v->{-m7} = [ qw(public-inbox-overview) ]; +$v->{-m7} = [ qw(public-inbox-overview public-inbox-tuning) ]; $v->{-m8} = [ qw(public-inbox-daemon) ]; my @sections = (1, 5, 7, 8); $v->{check_80} = [];