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 4e48d837c8..ee76b22856 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -102,6 +102,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libgc.tex \
lib/libweakref.tex \
lib/libinspect.tex \
+ lib/libpydoc.tex \
lib/libdifflib.tex \
lib/libdoctest.tex \
lib/libunittest.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 2557e59929..f285dda85a 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -111,6 +111,7 @@ and how to embed it in other applications.
\input{libunicodedata}
\input{libmisc} % Miscellaneous Services
+\input{libpydoc}
\input{libdoctest}
\input{libunittest}
\input{libmath}