diff options
author | Guido van Rossum <guido@python.org> | 1990-10-07 12:35:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1990-10-07 12:35:53 (GMT) |
commit | df79a1ee192231a75a381798bb35cefaf6c31a2a (patch) | |
tree | e6aab9e06914aed696dac3dd523b1768d50fe526 /Doc/README | |
parent | eeaccbf068bf446a310e07fee988578d0b641ae9 (diff) | |
download | cpython-df79a1ee192231a75a381798bb35cefaf6c31a2a.zip cpython-df79a1ee192231a75a381798bb35cefaf6c31a2a.tar.gz cpython-df79a1ee192231a75a381798bb35cefaf6c31a2a.tar.bz2 |
New names etc.
Diffstat (limited to 'Doc/README')
-rw-r--r-- | Doc/README | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -7,12 +7,12 @@ There are four documents and a macro file: macros.ms macros .so'ed by the documents - paper.ms conference paper about Python - intro.ms informal introduction to Python - ref.ms Python language reference manual - modules.ms description of standard modules + tut.ms informal tutorial + mod.ms description of standard modules + ref.ms Python language reference manual (embryonic) + paper.ms conference paper about Python (embryonic) -XXX There should also be a man page. +XXX There should also be a man page (extracted from sec. 2 of the tutorial) To typeset one of the documents on the default Postscript printer, chdir to this directory (otherwise the macros aren't found!) and issue the @@ -22,4 +22,6 @@ command When typesetting all documents, issue a separate command for each. ---Guido (last modified 10 Sep 90) +You can also use the Makefile, at your own risk. + +--Guido (last modified 7 Oct 90) |