summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/Makefile2
-rw-r--r--Doc/lib.tex2
-rw-r--r--Doc/lib/lib.tex2
3 files changed, 5 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index aef8705..cbf2f2d 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -113,7 +113,7 @@ LIBFILES = lib.tex \
libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \
libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \
libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \
- libuserdict.tex
+ libuserdict.tex libdis.tex libxmllib.tex
# Library document
lib.dvi: $(LIBFILES)
diff --git a/Doc/lib.tex b/Doc/lib.tex
index 078ea85..d6c92e4 100644
--- a/Doc/lib.tex
+++ b/Doc/lib.tex
@@ -90,6 +90,7 @@ to Python and how to embed it in other applications.
\input{libkeyword}
\input{libcode}
\input{libpprint}
+\input{libdis}
\input{libsite}
\input{libuser}
\input{libbltin} % really __builtin__
@@ -161,6 +162,7 @@ to Python and how to embed it in other applications.
\input{liburlparse}
\input{libsgmllib}
\input{libhtmllib}
+\input{libxmllib}
\input{libformatter}
\input{librfc822}
\input{libmimetools}
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 078ea85..d6c92e4 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -90,6 +90,7 @@ to Python and how to embed it in other applications.
\input{libkeyword}
\input{libcode}
\input{libpprint}
+\input{libdis}
\input{libsite}
\input{libuser}
\input{libbltin} % really __builtin__
@@ -161,6 +162,7 @@ to Python and how to embed it in other applications.
\input{liburlparse}
\input{libsgmllib}
\input{libhtmllib}
+\input{libxmllib}
\input{libformatter}
\input{librfc822}
\input{libmimetools}