about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-05 22:03:46 -0600
committerEric Wong <e@yhbt.net>2020-02-06 19:10:55 +0000
commit6864cdba2bb65069d15d26e0b9af6ade8edd0ec3 (patch)
tree2bbd43abf32de646a71a633b75fbef450f1b2f71 /Makefile.PL
parent314079846791633be4c59932c7eefa6b242cb2ca (diff)
downloadpublic-inbox-6864cdba2bb65069d15d26e0b9af6ade8edd0ec3.tar.gz
Maybe this can make it easier for new and potential
users to understand what's going on.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d626aef4..59874170 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,6 +13,7 @@ $v->{news_deps} = [ map { "Documentation/RelNotes/$_.eml" } @RELEASES ];
 $v->{txt} = [ qw(INSTALL README COPYING TODO HACKING) ];
 my @dtxt = grep(m!\ADocumentation/[^/]+\.txt\z!, @manifest);
 push @dtxt, 'Documentation/standards.txt';
+push @dtxt, 'Documentation/flow.txt';
 push @dtxt, @{$v->{txt}};
 for my $txt (@dtxt) {
         my $html = $txt;