Updated to reflect additions.
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 30adc8a..84b1ae0 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -124,6 +124,7 @@
 	../lib/libglob.tex \
 	../lib/libuser.tex \
 	../lib/libanydbm.tex \
+	../lib/libbsddb.tex \
 	../lib/libdbhash.tex \
 	../lib/librandom.tex \
 	../lib/libsite.tex \
@@ -179,6 +180,7 @@
 	../lib/libtokenize.tex \
 	../lib/libmhlib.tex \
 	../lib/libtelnetlib.tex \
+	../lib/libcolorsys.tex \
 	../lib/libcfgparser.tex
 
 # LaTeX source files for Macintosh Library Modules.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 08b36de..f9a4e71 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -145,6 +145,7 @@
 \input{libanydbm}
 \input{libdbhash}
 \input{libwhichdb}
+\input{libbsddb}
 \input{libzlib}
 \input{libgzip}
 
@@ -213,6 +214,7 @@
 \input{libaudioop}
 \input{libimageop}
 \input{libaifc}
+\input{libcolorsys}
 \input{librgbimg}
 \input{libimghdr}
 \input{libsndhdr}
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index cfa8445..ff9740f 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -62,9 +62,6 @@
 \item[statcache.py]
 --- Maintain a cache of file stats
 
-\item[colorsys.py]
---- Conversion between RGB and other color systems
-
 \item[mhlib.py]
 --- MH interface
 
@@ -228,10 +225,6 @@
 \section{Extension modules}
 
 \begin{description}
-\item[bsddbmodule.c]
---- Interface to the Berkeley DB interface (yet another
-dbm clone).  See \refmodule{dbhash} for a DBM-style interface.
-
 \item[cursesmodule.c]
 --- Curses interface.