From 3abb10435621f0d5f17a1d8cdeecaab1dab78280 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 28 Apr 2000 17:05:41 +0000 Subject: [PATCH] Added the Distutils manuals. --- Doc/tools/getpagecounts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tools/getpagecounts b/Doc/tools/getpagecounts index 53a28e1453f..c575c6b1443 100755 --- a/Doc/tools/getpagecounts +++ b/Doc/tools/getpagecounts @@ -34,6 +34,8 @@ class PageCounter: ("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