https://github.com/python/cpython/commit/70f04ea40471070287d870747d2a452ee52313ce commit: 70f04ea40471070287d870747d2a452ee52313ce branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> 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 <33810531+befel...@users.noreply.github.com> 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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com