Skip to content

Commit bd4e8d9

Browse files
befelemeseehwan80
authored andcommitted
pythongh-130587: Invoke regen-token rst with rstfile as an argument (python#132304)
1 parent e3563f4 commit bd4e8d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,8 @@ regen-token:
19601960
# using Tools/build/generate_token.py
19611961
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py rst \
19621962
$(srcdir)/Grammar/Tokens \
1963-
$(srcdir)/Doc/library/token-list.inc
1963+
$(srcdir)/Doc/library/token-list.inc \
1964+
$(srcdir)/Doc/library/token.rst
19641965
# Regenerate Include/internal/pycore_token.h from Grammar/Tokens
19651966
# using Tools/build/generate_token.py
19661967
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/build/generate_token.py h \

0 commit comments

Comments
 (0)