diff options
author | Greg Ward <gward@python.net> | 2000-04-28 17:05:41 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-04-28 17:05:41 (GMT) |
commit | 3abb10435621f0d5f17a1d8cdeecaab1dab78280 (patch) | |
tree | c8741763c0830e1951cb24ecfc2f4d92feaf413a /Doc/tools | |
parent | 0784c335f3c1a34049dce32dfab1be1a0c182ad7 (diff) | |
download | cpython-3abb10435621f0d5f17a1d8cdeecaab1dab78280.zip cpython-3abb10435621f0d5f17a1d8cdeecaab1dab78280.tar.gz cpython-3abb10435621f0d5f17a1d8cdeecaab1dab78280.tar.bz2 |
Added the Distutils manuals.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-x | Doc/tools/getpagecounts | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ 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 |