diff options
author | Guido van Rossum <guido@python.org> | 1997-11-18 15:11:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-18 15:11:47 (GMT) |
commit | eae121e4360973e9fa197ec798790533da520dc5 (patch) | |
tree | 4a987913b227691c9c69378c7c7268b3de7630d3 /Doc/Makefile | |
parent | a10768ae44d0547448e6a7940338342be41b1d76 (diff) | |
download | cpython-eae121e4360973e9fa197ec798790533da520dc5.zip cpython-eae121e4360973e9fa197ec798790533da520dc5.tar.gz cpython-eae121e4360973e9fa197ec798790533da520dc5.tar.bz2 |
Adding dis and xmllib docs
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 aef8705..cbf2f2d 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -113,7 +113,7 @@ LIBFILES = lib.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 \ - libuserdict.tex + libuserdict.tex libdis.tex libxmllib.tex # Library document lib.dvi: $(LIBFILES) |