Added entry for mmap module.
This commit is contained in:
parent
e905e95721
commit
0d83f68fc9
|
@ -238,6 +238,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
|
||||||
../lib/libtty.tex \
|
../lib/libtty.tex \
|
||||||
../lib/libasyncore.tex \
|
../lib/libasyncore.tex \
|
||||||
../lib/libatexit.tex \
|
../lib/libatexit.tex \
|
||||||
|
../lib/libmmap.tex \
|
||||||
../lib/libcfgparser.tex
|
../lib/libcfgparser.tex
|
||||||
|
|
||||||
# LaTeX source files for Macintosh Library Modules.
|
# LaTeX source files for Macintosh Library Modules.
|
||||||
|
|
|
@ -156,6 +156,7 @@ and how to embed it in other applications.
|
||||||
\input{libthread}
|
\input{libthread}
|
||||||
\input{libthreading}
|
\input{libthreading}
|
||||||
\input{libqueue}
|
\input{libqueue}
|
||||||
|
\input{libmmap}
|
||||||
\input{libanydbm}
|
\input{libanydbm}
|
||||||
\input{libdbhash}
|
\input{libdbhash}
|
||||||
\input{libwhichdb}
|
\input{libwhichdb}
|
||||||
|
|
Loading…
Reference in New Issue