mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
gh-130587: Invoke regen-token rst with rstfile as an argument (#132304)
This commit is contained in:
parent
487cf3c170
commit
a26d58ce52
1 changed files with 2 additions and 1 deletions
|
@ -1960,7 +1960,8 @@ regen-token:
|
|||
# using Tools/build/generate_token.py
|
||||
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py rst \
|
||||
$(srcdir)/Grammar/Tokens \
|
||||
$(srcdir)/Doc/library/token-list.inc
|
||||
$(srcdir)/Doc/library/token-list.inc \
|
||||
$(srcdir)/Doc/library/token.rst
|
||||
# Regenerate Include/internal/pycore_token.h from Grammar/Tokens
|
||||
# using Tools/build/generate_token.py
|
||||
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue