From: Fred Drake Date: Sat, 17 Feb 2001 17:33:25 +0000 (+0000) Subject: Add entries for the doctest documentation. X-Git-Tag: v2.1b1~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3262b72cad27d80def2c21b23013b73898e889d;p=python Add entries for the doctest documentation. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index bfba9b7953..8a04e04d06 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -54,6 +54,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libfpectl.tex \ ../lib/libgc.tex \ ../lib/libweakref.tex \ + ../lib/libdoctest.tex \ ../lib/libtypes.tex \ ../lib/libtraceback.tex \ ../lib/libpickle.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index e126cded30..58e011fe46 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -109,6 +109,7 @@ and how to embed it in other applications. \input{libunicodedata} \input{libmisc} % Miscellaneous Services +\input{libdoctest} \input{libmath} \input{libcmath} \input{librandom}