mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-02 15:43:53 +00:00
buildtable.pl: Also check .md files (#1577)
This commit is contained in:
@@ -96,6 +96,9 @@ my %emails;
|
||||
my $bipnum = 0;
|
||||
while (++$bipnum <= $topbip) {
|
||||
my $fn = sprintf "bip-%04d.mediawiki", $bipnum;
|
||||
if (!-e $fn) {
|
||||
$fn = sprintf "bip-%04d.md", $bipnum;
|
||||
}
|
||||
-e $fn || next;
|
||||
open my $F, "<$fn";
|
||||
while (<$F> !~ m[^(?:\xef\xbb\xbf)?<pre>$]) {
|
||||
|
||||
Reference in New Issue
Block a user