summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f2b268a717..539d9e7c7d 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -238,6 +238,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
../lib/libtty.tex \
../lib/libasyncore.tex \
../lib/libatexit.tex \
+ ../lib/libmmap.tex \
../lib/libcfgparser.tex
# LaTeX source files for Macintosh Library Modules.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 3b534d0e51..c3517071a6 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -156,6 +156,7 @@ and how to embed it in other applications.
\input{libthread}
\input{libthreading}
\input{libqueue}
+\input{libmmap}
\input{libanydbm}
\input{libdbhash}
\input{libwhichdb}