summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-10-23 21:49:32 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-10-23 21:49:32 (GMT)
commit4fe4eb221b1f2fc25a7f8b6a43c6d84bdaae7fac (patch)
tree3501f7877f5b2a26060ab4334ab59ec798ea27a4 /Doc
parent12ebfd79f8875ba19e4094eaa1e63f5f206b748b (diff)
downloadcpython-4fe4eb221b1f2fc25a7f8b6a43c6d84bdaae7fac.zip
cpython-4fe4eb221b1f2fc25a7f8b6a43c6d84bdaae7fac.tar.gz
cpython-4fe4eb221b1f2fc25a7f8b6a43c6d84bdaae7fac.tar.bz2
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)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/Makefile b/Doc/whatsnew/Makefile
new file mode 100644
index 0000000..d11f97b
--- /dev/null
+++ b/Doc/whatsnew/Makefile
@@ -0,0 +1,3 @@
+
+check:
+ ../../python.exe ../../Tools/scripts/texcheck.py whatsnew25.tex