]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
Merge tag 'v1.6.1' into eidx
[public-inbox.git] / Makefile.PL
index 566795981656dcb57edef84a5d2009c8f9a95708..57592378c76d554cda85daa343250a02f25bedb4 100644 (file)
@@ -44,7 +44,7 @@ $v->{-m1} = [ map {
                }
        } @EXE_FILES ];
 $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
-               public-inbox-v2-format) ];
+               public-inbox-v2-format public-inbox-extindex-format) ];
 $v->{-m7} = [ qw(public-inbox-overview public-inbox-tuning) ];
 $v->{-m8} = [ qw(public-inbox-daemon) ];
 my @sections = (1, 5, 7, 8);
@@ -118,7 +118,7 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR)
        my $mod = $base;
        $mod =~ s!/!::!g;
        $mod =~ s/\.\w+\z//;
-       "lib/PublicInbox/$_" => "blib/man3/PublicInbox::$mod.3"
+       "lib/PublicInbox/$_" => "blib/man3/PublicInbox::$mod.\$(MAN3EXT)"
 } qw(Git.pm Import.pm WWW.pod SaPlugin/ListMirror.pod);
 my $warn_no_pod = @no_pod ? "\n\t\@echo W: missing .pod: @no_pod\n" : '';