https://github.com/python/cpython/commit/70f04ea40471070287d870747d2a452ee52313ce
commit: 70f04ea40471070287d870747d2a452ee52313ce
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-04-09T18:44:49Z
summary:

[3.13] gh-130587: Invoke regen-token rst with rstfile as an argument 
(GH-132304) (#132327)

Co-authored-by: Karolina Surma <[email protected]>

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3bd4495f95b7a9..d7a4e4b320a70b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1784,7 +1784,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 \

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to