wikiheaders: README.md should be READMEs.md

So it doesn't conflict with the old README directory.
This commit is contained in:
Ryan C. Gordon
2025-05-05 23:49:06 -04:00
parent 2c97a48c51
commit ad46394e82

View File

@@ -2713,7 +2713,7 @@ __EOF__
}
closedir(DH);
open(FH, '>', "$wikipath/README.md") or die("Can't open '$wikipath/README.md': $!\n");
open(FH, '>', "$wikipath/READMEs.md") or die("Can't open '$wikipath/READMEs.md': $!\n");
print FH "# All READMEs available here\n\n";
foreach (sort @pages) {
my $wikiname = $_;