Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ae5269

Browse files
committed
Updated to reflect additions.
1 parent 32c562b commit 4ae5269

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

Doc/Makefile.deps

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ LIBFILES= ../lib/lib.tex \
124124
../lib/libglob.tex \
125125
../lib/libuser.tex \
126126
../lib/libanydbm.tex \
127+
../lib/libbsddb.tex \
127128
../lib/libdbhash.tex \
128129
../lib/librandom.tex \
129130
../lib/libsite.tex \
@@ -179,6 +180,7 @@ LIBFILES= ../lib/lib.tex \
179180
../lib/libtokenize.tex \
180181
../lib/libmhlib.tex \
181182
../lib/libtelnetlib.tex \
183+
../lib/libcolorsys.tex \
182184
../lib/libcfgparser.tex
183185

184186
# LaTeX source files for Macintosh Library Modules.

Doc/lib/lib.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ \chapter*{Front Matter\label{front}}
145145
\input{libanydbm}
146146
\input{libdbhash}
147147
\input{libwhichdb}
148+
\input{libbsddb}
148149
\input{libzlib}
149150
\input{libgzip}
150151

@@ -213,6 +214,7 @@ \chapter*{Front Matter\label{front}}
213214
\input{libaudioop}
214215
\input{libimageop}
215216
\input{libaifc}
217+
\input{libcolorsys}
216218
\input{librgbimg}
217219
\input{libimghdr}
218220
\input{libsndhdr}

Doc/lib/libundoc.tex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ \section{Miscellaneous useful utilities}
6262
\item[statcache.py]
6363
--- Maintain a cache of file stats
6464

65-
\item[colorsys.py]
66-
--- Conversion between RGB and other color systems
67-
6865
\item[mhlib.py]
6966
--- MH interface
7067

@@ -228,10 +225,6 @@ \section{Obsolete}
228225
\section{Extension modules}
229226

230227
\begin{description}
231-
\item[bsddbmodule.c]
232-
--- Interface to the Berkeley DB interface (yet another
233-
dbm clone). See \refmodule{dbhash} for a DBM-style interface.
234-
235228
\item[cursesmodule.c]
236229
--- Curses interface.
237230

0 commit comments

Comments
 (0)