File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ There are four documents and a macro file:
7
7
8
8
macros.ms macros .so'ed by the documents
9
9
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)
14
14
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)
16
16
17
17
To typeset one of the documents on the default Postscript printer, chdir
18
18
to this directory (otherwise the macros aren't found!) and issue the
@@ -22,4 +22,6 @@ command
22
22
23
23
When typesetting all documents, issue a separate command for each.
24
24
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)
You can’t perform that action at this time.
0 commit comments