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 487cf3c commit a26d58cCopy full SHA for a26d58c
Makefile.pre.in
@@ -1960,7 +1960,8 @@ regen-token:
1960
# using Tools/build/generate_token.py
1961
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py rst \
1962
$(srcdir)/Grammar/Tokens \
1963
- $(srcdir)/Doc/library/token-list.inc
+ $(srcdir)/Doc/library/token-list.inc \
1964
+ $(srcdir)/Doc/library/token.rst
1965
# Regenerate Include/internal/pycore_token.h from Grammar/Tokens
1966
1967
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py h \
0 commit comments