summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1997-11-20 19:54:16 (GMT)
committerBarry Warsaw <barry@python.org>1997-11-20 19:54:16 (GMT)
commit17c8e781c0f5d6b7f29b768ffbcaa95438dd9508 (patch)
treec806a381cc63ed9c63f184939cfdc8fd395d7bf7 /Doc/Makefile
parent51bb7b79406a65f78075da371fda74af5d6b2f98 (diff)
downloadcpython-17c8e781c0f5d6b7f29b768ffbcaa95438dd9508.zip
cpython-17c8e781c0f5d6b7f29b768ffbcaa95438dd9508.tar.gz
cpython-17c8e781c0f5d6b7f29b768ffbcaa95438dd9508.tar.bz2
libqueue.tex: Documentation for the Queue.py module.
Makefile: Add dependency on libqueue.tex lib.tex: Place the libqueue.tex documentation just after libthread.tex since Queue depends on thread support in Python.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index cbf2f2d..1410c12 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 libdis.tex libxmllib.tex
+ libuserdict.tex libdis.tex libxmllib.tex libqueue.tex
# Library document
lib.dvi: $(LIBFILES)