Commit 3abb1043 authored by Greg Ward's avatar Greg Ward

Added the Distutils manuals.

parent 0784c335
...@@ -34,6 +34,8 @@ class PageCounter: ...@@ -34,6 +34,8 @@ class PageCounter:
("ref", "Python Reference Manual"), ("ref", "Python Reference Manual"),
("tut", "Python Tutorial"), ("tut", "Python Tutorial"),
("doc", "Documenting Python"), ("doc", "Documenting Python"),
("inst", "Installing Python Modules"),
("dist", "Distributing Python Modules"),
]: ]:
self.add_document(prefix, title) self.add_document(prefix, title)
print self.PREFIX print self.PREFIX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment