Skip to content

Commit 55333ae

Browse files
committed
[spec] Rename script
1 parent 87461da commit 55333ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document/core/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ bikeshed-keep:
9191

9292
.PHONY: index
9393
index:
94-
(cd appendix; ./gen-index-instructions.py)
94+
(cd appendix; ./index-instructions.py)
9595

9696
.PHONY: pdf
9797
pdf: index latexpdf

document/core/appendix/gen-index-instructions.py renamed to document/core/appendix/index-instructions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
INDEX_INSTRUCTIONS_RST = os.path.join(SCRIPT_DIR, 'index-instructions.rst')
1313

1414
HEADER = """\
15-
.. DO NOT EDIT: This file is auto-generated by the gen-index-instructions.py script.
15+
.. DO NOT EDIT: This file is auto-generated by the index-instructions.py script.
1616
1717
.. index:: instruction
1818
.. _index-instr:

0 commit comments

Comments
 (0)