summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-17 17:33:25 (GMT)
committerFred Drake <fdrake@acm.org>2001-02-17 17:33:25 (GMT)
commitf3262b72cad27d80def2c21b23013b73898e889d (patch)
tree967f16cc66226c7993f98e7e41dfc02f1a6ba102 /Doc
parent7eb1463bb39779d8aa7046df520ad12e669f3d8b (diff)
downloadcpython-f3262b72cad27d80def2c21b23013b73898e889d.zip
cpython-f3262b72cad27d80def2c21b23013b73898e889d.tar.gz
cpython-f3262b72cad27d80def2c21b23013b73898e889d.tar.bz2
Add entries for the doctest documentation.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index bfba9b7..8a04e04 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 e126cde..58e011f 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}