diff options
author | Guido van Rossum <guido@python.org> | 1997-08-30 20:02:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-30 20:02:25 (GMT) |
commit | 36764b8b0e2f7fee83196bb08d78efda7092c472 (patch) | |
tree | c06d82ced6752ed5c1cb18310d9f98e646db98c6 /Doc/Makefile | |
parent | d7ed683a7ead15583899d7f7fbfb9078139c6a80 (diff) | |
download | cpython-36764b8b0e2f7fee83196bb08d78efda7092c472.zip cpython-36764b8b0e2f7fee83196bb08d78efda7092c472.tar.gz cpython-36764b8b0e2f7fee83196bb08d78efda7092c472.tar.bz2 |
Added docs for 'user' customization module. Renamed libuser.tex
(which had UserDict/UserList) to libuserdict.tex.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 8bf2cac..ad05cea 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -112,7 +112,8 @@ 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 libcode.tex libmimify.tex libre.tex libmacic.tex + libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \ + libuserdict.tex # Library document lib.dvi: $(LIBFILES) |