summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-12-30 23:01:14 +0000
committerFred Drake <fdrake@acm.org>2002-12-30 23:01:14 +0000
commit66162de80daebd6f0d267ed4fc4a014f59795301 (patch)
tree0721c5557eb675929130b3b0878e61420e930f0c
parent740f80029c54ec9db1e1b9c8404f698e3be115e5 (diff)
downloadcpython-git-66162de80daebd6f0d267ed4fc4a014f59795301.tar.gz
Add entries for the dummy_thread and dummy_threading modules.
-rw-r--r--Doc/Makefile.deps2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 3652a27e18..3c913004a9 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 \