We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87461da commit 55333aeCopy full SHA for 55333ae
document/core/Makefile
@@ -91,7 +91,7 @@ bikeshed-keep:
91
92
.PHONY: index
93
index:
94
- (cd appendix; ./gen-index-instructions.py)
+ (cd appendix; ./index-instructions.py)
95
96
.PHONY: pdf
97
pdf: index latexpdf
document/core/appendix/gen-index-instructions.py renamed to document/core/appendix/index-instructions.py
@@ -12,7 +12,7 @@
12
INDEX_INSTRUCTIONS_RST = os.path.join(SCRIPT_DIR, 'index-instructions.rst')
13
14
HEADER = """\
15
-.. DO NOT EDIT: This file is auto-generated by the gen-index-instructions.py script.
+.. DO NOT EDIT: This file is auto-generated by the index-instructions.py script.
16
17
.. index:: instruction
18
.. _index-instr:
0 commit comments