about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-12 09:31:42 +0000
committerEric Wong <e@80x24.org>2020-12-12 19:54:59 +0000
commit6887925b5e5028090d92dedc8a584b701d56e180 (patch)
tree7e0ada6ab8694ea36ed3da6a46025bff312878d1 /Makefile.PL
parent1bf653ad139bf7bb3d853ab0b5eae3eaa1b13a95 (diff)
downloadpublic-inbox-6887925b5e5028090d92dedc8a584b701d56e180.tar.gz
The CLI tool still needs usability work, and "misc" is still in
flux, but the core message indexing part is stable (since it's
stolen from v2 :P).
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 56679598..8e710df2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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);