Add reindent target.
diff --git a/Misc/NEWS b/Misc/NEWS
index d4bfcd4..9439813 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,6 +95,9 @@
 Build
 -----
 
+- The Makefile now has a reindent target, which runs reindent.py on
+  the library.
+
 - Patch #1470875: Building Python with MS Free Compiler
 
 - Patch #1161914: Add a python-config script.