浏览代码

wikiheaders: README.md should be READMEs.md

So it doesn't conflict with the old README directory.
Ryan C. Gordon 1 年之前
父节点
当前提交
ad46394e82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build-scripts/wikiheaders.pl

+ 1 - 1
build-scripts/wikiheaders.pl

@@ -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 = $_;