diff options
author | Greg Ward <gward@python.net> | 2000-04-28 16:53:36 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-04-28 16:53:36 (GMT) |
commit | 0862f800d0501ad0039df8e61438b88eebe3edcf (patch) | |
tree | ffb5a43f40ea4b4ef355da6aa9394b5733325baa /Doc/README | |
parent | a2ace6ae2522a61e534d15d80020c100e131d499 (diff) | |
download | cpython-0862f800d0501ad0039df8e61438b88eebe3edcf.zip cpython-0862f800d0501ad0039df8e61438b88eebe3edcf.tar.gz cpython-0862f800d0501ad0039df8e61438b88eebe3edcf.tar.bz2 |
Added 'inst' and 'dist' -- the two Distutils manuals.
Diffstat (limited to 'Doc/README')
-rw-r--r-- | Doc/README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ The following are the LaTeX source files: mac/*.tex Macintosh Library Modules ref/*.tex Python Reference Manual tut/*.tex Python Tutorial + inst/*.tex Installing Python Modules + dist/*.tex Distributing Python Modules Most use the "manual" document class and "python" package, derived from the old "myformat.sty" style file. The Macintosh Library Modules |