diff options
author | Guido van Rossum <guido@python.org> | 1993-11-19 13:13:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-11-19 13:13:22 (GMT) |
commit | 6f0132f490d6d091a0e3a57dafa35ecc4cfb56d9 (patch) | |
tree | 4abdacc153c6dec2a6ffb38b1f31f1905c946e50 /Doc/Makefile | |
parent | c45611d0e33ddd96fb9fffa8dc42a96384d5d270 (diff) | |
download | cpython-6f0132f490d6d091a0e3a57dafa35ecc4cfb56d9.zip cpython-6f0132f490d6d091a0e3a57dafa35ecc4cfb56d9.tar.gz cpython-6f0132f490d6d091a0e3a57dafa35ecc4cfb56d9.tar.bz2 |
* 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())
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index b931094..f4a747d 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 |