]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added entry for dl module.
authorFred Drake <fdrake@acm.org>
Thu, 1 Jul 1999 20:39:59 +0000 (20:39 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Jul 1999 20:39:59 +0000 (20:39 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index e968cd73376bbefab1bf1e47fc574aab0dc192d4..d4678bb1fef1b3e7f8ffb665d9c19a637a08a88d 100644 (file)
@@ -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 \
index 69bc73075a6ccdea8c458567094d5b13304e9ae9..745fc1f79f93b7aee0a86626c3daef462b86119d 100644 (file)
@@ -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}