summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-12-30 23:01:14 (GMT)
committerFred Drake <fdrake@acm.org>2002-12-30 23:01:14 (GMT)
commit66162de80daebd6f0d267ed4fc4a014f59795301 (patch)
tree0721c5557eb675929130b3b0878e61420e930f0c /Doc/Makefile.deps
parent740f80029c54ec9db1e1b9c8404f698e3be115e5 (diff)
downloadcpython-66162de80daebd6f0d267ed4fc4a014f59795301.zip
cpython-66162de80daebd6f0d267ed4fc4a014f59795301.tar.gz
cpython-66162de80daebd6f0d267ed4fc4a014f59795301.tar.bz2
Add entries for the dummy_thread and dummy_threading modules.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r--Doc/Makefile.deps2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 3652a27..3c91300 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -148,6 +148,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libsocket.tex \
lib/libselect.tex \
lib/libthread.tex \
+ lib/libdummythread.tex \
lib/libunix.tex \
lib/libposix.tex \
lib/libposixpath.tex \
@@ -272,6 +273,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libcmd.tex \
lib/libmultifile.tex \
lib/libthreading.tex \
+ lib/libdummythreading.tex \
lib/libwebbrowser.tex \
lib/internet.tex \
lib/netdata.tex \