From 4fe4eb221b1f2fc25a7f8b6a43c6d84bdaae7fac Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sun, 23 Oct 2005 21:49:32 +0000 Subject: [PATCH] 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) --- Doc/whatsnew/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Doc/whatsnew/Makefile diff --git a/Doc/whatsnew/Makefile b/Doc/whatsnew/Makefile new file mode 100644 index 00000000000..d11f97bf7f9 --- /dev/null +++ b/Doc/whatsnew/Makefile @@ -0,0 +1,3 @@ + +check: + ../../python.exe ../../Tools/scripts/texcheck.py whatsnew25.tex