Skip to content

Commit

Permalink
Merge branch 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Mar 1, 2023
2 parents acdac46 + 55333ae commit 3503209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document/core/Makefile
Expand Up @@ -91,7 +91,7 @@ bikeshed-keep:

.PHONY: index
index:
(cd appendix; ./gen-index-instructions.py)
(cd appendix; ./index-instructions.py)

.PHONY: pdf
pdf: index latexpdf
Expand Down
Expand Up @@ -12,7 +12,7 @@
INDEX_INSTRUCTIONS_RST = os.path.join(SCRIPT_DIR, 'index-instructions.rst')

HEADER = """\
.. 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.
.. index:: instruction
.. _index-instr:
Expand Down

0 comments on commit 3503209

Please sign in to comment.