diff options
author | Fred Drake <fdrake@acm.org> | 2002-12-30 23:01:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-12-30 23:01:14 (GMT) |
commit | 66162de80daebd6f0d267ed4fc4a014f59795301 (patch) | |
tree | 0721c5557eb675929130b3b0878e61420e930f0c /Doc | |
parent | 740f80029c54ec9db1e1b9c8404f698e3be115e5 (diff) | |
download | cpython-66162de80daebd6f0d267ed4fc4a014f59795301.zip cpython-66162de80daebd6f0d267ed4fc4a014f59795301.tar.gz cpython-66162de80daebd6f0d267ed4fc4a014f59795301.tar.bz2 |
Add entries for the dummy_thread and dummy_threading modules.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 2 |
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 \ |