summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index e968cd7..d4678bb 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 69bc730..745fc1f 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}