Commit 5b3afb3c authored by Guido van Rossum's avatar Guido van Rossum

* text2latex.py: call main() instead of always processing ext.tex.

* Makefile: added 'ext' to 'all' target
* ext.tex: more changes towards a readable text
* lib4.tex (posix): added set{uid,gid}
* lib2.tex (array): restored doc for typecode and itemsize (which were
  there but not visible for dir())
parent 34cf1f8f
......@@ -3,7 +3,7 @@ LIBDESTDIR=$DESTDIR/lib
LIBDEST=$LIBDESTDIR/python
DOCDESTDIR=$LIBDEST/doc
all: tut ref lib qua
all: tut lib ref ext qua
tut:
latex tut
......
This diff is collapsed.
This diff is collapsed.
......@@ -52,5 +52,4 @@ def process(fi, fo):
'\\\\code{\\0}', line)
fo.write(line)
#main()
process(open('ext.tex', 'r'), sys.stdout)
main()
......@@ -52,5 +52,4 @@ def process(fi, fo):
'\\\\code{\\0}', line)
fo.write(line)
#main()
process(open('ext.tex', 'r'), sys.stdout)
main()
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