Change index file name so it doesn't override readme.

This commit is contained in:
Nick Mathewson 2020-07-27 10:43:34 -04:00
parent 0177894031
commit 4c7124a311
3 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ def writeMarkdownFile(prefix, format_inputs):
f.write(content)
def writeMarkdownIndexFiles(proposals):
markdown_files = [ "README", "INDEX" ]
markdown_files = [ "README", "BY_INDEX" ]
format_inputs = {}
entries = []