Added the Distutils manuals.
diff --git a/Doc/tools/getpagecounts b/Doc/tools/getpagecounts
index 53a28e1..c575c6b 100755
--- a/Doc/tools/getpagecounts
+++ b/Doc/tools/getpagecounts
@@ -34,6 +34,8 @@
             ("ref", "Python Reference Manual"),
             ("tut", "Python Tutorial"),
             ("doc", "Documenting Python"),
+            ("inst", "Installing Python Modules"),
+            ("dist", "Distributing Python Modules"),
             ]:
             self.add_document(prefix, title)
         print self.PREFIX