]> granicus.if.org Git - python/commitdiff
Added entries for mutex and nis modules.
authorFred Drake <fdrake@acm.org>
Sun, 27 Jun 1999 15:02:37 +0000 (15:02 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 27 Jun 1999 15:02:37 +0000 (15:02 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index f1001b8b329f3dd55508579cc2248c06a6b54a0d..387071320804ab5e2dd038c426704d1634bd06aa 100644 (file)
@@ -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 \
index 7d513718070a9686682e4aa819add4f6aac3fe86..15535acb7a3513a9679f4d69e68eee07c88c50e3 100644 (file)
@@ -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}