From: Fred Drake Date: Mon, 30 Dec 2002 23:01:14 +0000 (+0000) Subject: Add entries for the dummy_thread and dummy_threading modules. X-Git-Tag: v2.3c1~2777 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66162de80daebd6f0d267ed4fc4a014f59795301;p=python Add entries for the dummy_thread and dummy_threading modules. --- 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 \