diff options
Diffstat (limited to 'Doc')
-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 |