Skip to content

Commit df79a1e

Browse files
committed
New names etc.
1 parent eeaccbf commit df79a1e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Doc/README

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ There are four documents and a macro file:
77

88
macros.ms macros .so'ed by the documents
99

10-
paper.ms conference paper about Python
11-
intro.ms informal introduction to Python
12-
ref.ms Python language reference manual
13-
modules.ms description of standard modules
10+
tut.ms informal tutorial
11+
mod.ms description of standard modules
12+
ref.ms Python language reference manual (embryonic)
13+
paper.ms conference paper about Python (embryonic)
1414

15-
XXX There should also be a man page.
15+
XXX There should also be a man page (extracted from sec. 2 of the tutorial)
1616

1717
To typeset one of the documents on the default Postscript printer, chdir
1818
to this directory (otherwise the macros aren't found!) and issue the
@@ -22,4 +22,6 @@ command
2222

2323
When typesetting all documents, issue a separate command for each.
2424

25-
--Guido (last modified 10 Sep 90)
25+
You can also use the Makefile, at your own risk.
26+
27+
--Guido (last modified 7 Oct 90)

0 commit comments

Comments
 (0)