]> granicus.if.org Git - python/commitdiff
Add entry for unittest documentation.
authorFred Drake <fdrake@acm.org>
Sat, 7 Apr 2001 05:42:14 +0000 (05:42 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 7 Apr 2001 05:42:14 +0000 (05:42 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index f2385f82d05a3d3bc3969ea4169a00d63434dc56..aa75a6f71631bc18da5d4267a7cd9ae53d6de761 100644 (file)
@@ -57,6 +57,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
        lib/libinspect.tex \
        lib/libdifflib.tex \
        lib/libdoctest.tex \
+       lib/libunittest.tex \
        lib/libtypes.tex \
        lib/libtraceback.tex \
        lib/libpickle.tex \
index e74329b414532de2b3dd2b54219890413d4749df..3e8cab156420bc4eeaff66248f1219590cfa6dcd 100644 (file)
@@ -112,6 +112,7 @@ and how to embed it in other applications.
 
 \input{libmisc}                 % Miscellaneous Services
 \input{libdoctest}
+\input{libunittest}
 \input{libmath}
 \input{libcmath}
 \input{librandom}