mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Add convenience makefile to check the latest what's new.
The invocation of Python is MacOS-specific; not sure how to make it platform indepedent (but maybe it doesn't matter)
This commit is contained in:
parent
12ebfd79f8
commit
4fe4eb221b
1 changed files with 3 additions and 0 deletions
3
Doc/whatsnew/Makefile
Normal file
3
Doc/whatsnew/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
check:
|
||||
../../python.exe ../../Tools/scripts/texcheck.py whatsnew25.tex
|
||||
Loading…
Add table
Add a link
Reference in a new issue