From: Fred Drake Date: Thu, 1 Jul 1999 20:39:59 +0000 (+0000) Subject: Added entry for dl module. X-Git-Tag: v1.6a1~1115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44a7a7c5d0ddda96fbf2efb9c22fe1858a0b5849;p=thirdparty%2FPython%2Fcpython.git Added entry for dl module. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index e968cd73376b..d4678bb1fef1 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -195,6 +195,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/libchunk.tex \ ../lib/libcodeop.tex \ ../lib/libcurses.tex \ + ../lib/libdl.tex \ ../lib/libmutex.tex \ ../lib/libnis.tex \ ../lib/libpipes.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 69bc73075a6c..745fc1f79f93 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -168,6 +168,7 @@ add new extensions to Python and how to embed it in other applications. \input{libpwd} \input{libgrp} \input{libcrypt} +\input{libdl} \input{libdbm} \input{libgdbm} \input{libtermios}