]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
doc: add data flow diagram using Graph::Easy
[public-inbox.git] / Makefile.PL
index d626aef45ecb1c2b60b1759cd000930957ad352e..598741706041302a7b887df28441d3603809a81e 100644 (file)
@@ -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;