]> granicus.if.org Git - python/commitdiff
Add entries for the doctest documentation.
authorFred Drake <fdrake@acm.org>
Sat, 17 Feb 2001 17:33:25 +0000 (17:33 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 17 Feb 2001 17:33:25 +0000 (17:33 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index bfba9b79538884e7218dd4d5dc24fe3968eac90a..8a04e04d066175652ab0fd3e22db8b86947e228d 100644 (file)
@@ -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 \
index e126cded306b1fd64ff23423e68c74e8a77a7610..58e011fe46032edf289db23674e9c881e7905abd 100644 (file)
@@ -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}