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, 2 insertions, 0 deletions
diff --git a/proposals/reindex.py b/proposals/reindex.py
index 6ac1bbb..72b1234 100755
--- a/proposals/reindex.py
+++ b/proposals/reindex.py
@@ -164,6 +164,8 @@ def writeMarkdownIndexFiles(proposals):
markdown_files = [ "README", "BY_INDEX" ]
format_inputs = {}
+ format_inputs['warning'] = "<!-- DO NOT EDIT THIS FILE -->"
+
entries = []
for prop in proposals:
entries.append(formatMarkdownEntry(prop, withStatus=True))