mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
wikiheaders: README.md should be READMEs.md
So it doesn't conflict with the old README directory.
This commit is contained in:
@@ -2713,7 +2713,7 @@ __EOF__
|
|||||||
}
|
}
|
||||||
closedir(DH);
|
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";
|
print FH "# All READMEs available here\n\n";
|
||||||
foreach (sort @pages) {
|
foreach (sort @pages) {
|
||||||
my $wikiname = $_;
|
my $wikiname = $_;
|
||||||
|
Reference in New Issue
Block a user