From: Fred Drake Date: Tue, 18 Dec 2001 16:32:30 +0000 (+0000) Subject: Add entry for the pydoc documentation. X-Git-Tag: v2.2.1c1~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b1b3bfac11297e158541cd48684bb5456a389cf;p=thirdparty%2FPython%2Fcpython.git Add entry for the pydoc documentation. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 4e48d837c85a..ee76b228567b 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -102,6 +102,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libgc.tex \ lib/libweakref.tex \ lib/libinspect.tex \ + lib/libpydoc.tex \ lib/libdifflib.tex \ lib/libdoctest.tex \ lib/libunittest.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 2557e59929de..f285dda85ae1 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -111,6 +111,7 @@ and how to embed it in other applications. \input{libunicodedata} \input{libmisc} % Miscellaneous Services +\input{libpydoc} \input{libdoctest} \input{libunittest} \input{libmath}