summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-27 15:02:37 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-27 15:02:37 (GMT)
commite4d78189e8e66fa010d28e466d23714d68c760e6 (patch)
tree586843a7e66e22649f07015f518de0e73a3e6100 /Doc
parent7fefba5c130c0a2eb0fda34040a515447e463a03 (diff)
downloadcpython-e4d78189e8e66fa010d28e466d23714d68c760e6.zip
cpython-e4d78189e8e66fa010d28e466d23714d68c760e6.tar.gz
cpython-e4d78189e8e66fa010d28e466d23714d68c760e6.tar.bz2
Added entries for mutex and nis modules.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps2
-rw-r--r--Doc/lib/lib.tex2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index f1001b8..3870713 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -195,6 +195,8 @@ LIBFILES= ../lib/lib.tex \
../lib/libchunk.tex \
../lib/libcodeop.tex \
../lib/libcurses.tex \
+ ../lib/libmutex.tex \
+ ../lib/libnis.tex \
../lib/libpipes.tex \
../lib/librlcompleter.tex \
../lib/libsched.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 7d51371..15535ac 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -146,6 +146,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libfnmatch}
\input{libshutil}
\input{liblocale}
+\input{libmutex}
\input{libsomeos} % Optional Operating System Services
\input{libsignal}
@@ -175,6 +176,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libpipes}
\input{libposixfile}
\input{libresource}
+\input{libnis}
\input{libsyslog}
\input{libpopen2}
\input{libcommands}