https://github.com/python/cpython/commit/a26d58ce5242022c6ac2c8e408cf95eb5383a8e2 commit: a26d58ce5242022c6ac2c8e408cf95eb5383a8e2 branch: main author: Karolina Surma <33810531+befel...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-09T19:14:57+01:00 summary:
gh-130587: Invoke regen-token rst with rstfile as an argument (#132304) files: M Makefile.pre.in diff --git a/Makefile.pre.in b/Makefile.pre.in index d02f307e80bfa4..16e05743d151ef 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \ _______________________________________________ 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