summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/Makefile3
-rw-r--r--Doc/lib.tex1
-rw-r--r--Doc/lib/lib.tex1
3 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 4881c3f..2407b9b 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -112,7 +112,8 @@ LIBFILES = lib.tex \
libcd.tex libfl.tex libfm.tex libgl.tex libimgfile.tex libsun.tex \
libxdrlib.tex libimghdr.tex \
librestricted.tex librexec.tex libbastion.tex \
- libformatter.tex liboperator.tex libsoundex.tex libresource.tex
+ libformatter.tex liboperator.tex libsoundex.tex libresource.tex \
+ libstat.tex
# Library document
lib.dvi: $(LIBFILES)
diff --git a/Doc/lib.tex b/Doc/lib.tex
index db027a9..a7c86d7 100644
--- a/Doc/lib.tex
+++ b/Doc/lib.tex
@@ -127,6 +127,7 @@ to Python and how to embed it in other applications.
\input{libposixfile}
\input{libresource}
\input{libsyslog}
+\input{libstat}
\input{libpdb} % The Python Debugger
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index db027a9..a7c86d7 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -127,6 +127,7 @@ to Python and how to embed it in other applications.
\input{libposixfile}
\input{libresource}
\input{libsyslog}
+\input{libstat}
\input{libpdb} % The Python Debugger