From: Andrew M. Kuchling Date: Sun, 23 Oct 2005 21:49:32 +0000 (+0000) Subject: Add convenience makefile to check the latest what's new. X-Git-Tag: v2.5a0~1233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fe4eb221b1f2fc25a7f8b6a43c6d84bdaae7fac;p=python 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) --- diff --git a/Doc/whatsnew/Makefile b/Doc/whatsnew/Makefile new file mode 100644 index 0000000000..d11f97bf7f --- /dev/null +++ b/Doc/whatsnew/Makefile @@ -0,0 +1,3 @@ + +check: + ../../python.exe ../../Tools/scripts/texcheck.py whatsnew25.tex