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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fe4eb221b1f2fc25a7f8b6a43c6d84bdaae7fac;p=thirdparty%2FPython%2Fcpython.git 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 000000000000..d11f97bf7f9c --- /dev/null +++ b/Doc/whatsnew/Makefile @@ -0,0 +1,3 @@ + +check: + ../../python.exe ../../Tools/scripts/texcheck.py whatsnew25.tex