diff options
author | Guido van Rossum <guido@python.org> | 1996-12-06 21:22:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-06 21:22:41 (GMT) |
commit | 61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1 (patch) | |
tree | bf17ae6e8295497d46e63f2e4139dc9b377a2c0b /Doc/Makefile | |
parent | ccaf3b6d11f7ea1a8e17ce99f1f6ec2f84d7f35c (diff) | |
download | cpython-61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1.zip cpython-61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1.tar.gz cpython-61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1.tar.bz2 |
Added section for operator module (compiled Skip Montanaro).
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 e25e1d1..f0c9284 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -112,7 +112,7 @@ LIBFILES = lib.tex \ libcd.tex libfl.tex libfm.tex libgl.tex libimgfile.tex libsun.tex \ libxdrlib.tex libimghdr.tex \ librestricted.tex librexec.tex libbastion.tex \ - libformatter.tex + libformatter.tex liboperator.tex # Library document lib.dvi: $(LIBFILES) |