summaryrefslogtreecommitdiffstats
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 680c329..e934cfe 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -54,6 +54,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
lib/libfpectl.tex \
lib/libgc.tex \
lib/libweakref.tex \
+ lib/libinspect.tex \
lib/libdifflib.tex \
lib/libdoctest.tex \
lib/libtypes.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index ca75615..d0ec194 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -80,6 +80,7 @@ and how to embed it in other applications.
\input{libtypes}
\input{libuserdict}
\input{liboperator}
+\input{libinspect}
\input{libtraceback}
\input{liblinecache}
\input{libpickle}