aboutsummaryrefslogtreecommitdiff
path: root/proposals/reindex.py
diff options
context:
space:
mode:
Diffstat (limited to 'proposals/reindex.py')
-rwxr-xr-xproposals/reindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/reindex.py b/proposals/reindex.py
index aecf7eb..feea30c 100755
--- a/proposals/reindex.py
+++ b/proposals/reindex.py
@@ -166,7 +166,7 @@ def writeMarkdownFile(prefix, format_inputs):
f.write(content)
def writeMarkdownIndexFiles(proposals):
- markdown_files = [ "README", "BY_INDEX", "SUMMARY" ]
+ markdown_files = [ "BY_INDEX", "BY_STATUS", "SUMMARY" ]
format_inputs = {}
format_inputs['warning'] = "<!-- DO NOT EDIT THIS FILE -->"