From e4d78189e8e66fa010d28e466d23714d68c760e6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 27 Jun 1999 15:02:37 +0000 Subject: Added entries for mutex and nis modules. --- Doc/Makefile.deps | 2 ++ Doc/lib/lib.tex | 2 ++ 2 files changed, 4 insertions(+) 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} -- cgit v0.12