diff options
author | Guido van Rossum <guido@python.org> | 1997-07-18 21:08:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-18 21:08:07 (GMT) |
commit | 61c270345c1b105de3463f315c5736484a95b0ac (patch) | |
tree | 875b7fce0562a812760d776f1709ffb6736205dd /Doc/Makefile | |
parent | 1c78cf33171581ebf9284a096ad2b1ed0a87935d (diff) | |
download | cpython-61c270345c1b105de3463f315c5736484a95b0ac.zip cpython-61c270345c1b105de3463f315c5736484a95b0ac.tar.gz cpython-61c270345c1b105de3463f315c5736484a95b0ac.tar.bz2 |
added code.py; codehack.py is obsolete
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 1d68234..867148f 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -112,7 +112,7 @@ LIBFILES = lib.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \ libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \ - libpprint.tex + libpprint.tex libcode.tex # Library document lib.dvi: $(LIBFILES) |