From eae121e4360973e9fa197ec798790533da520dc5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 18 Nov 1997 15:11:47 +0000 Subject: Adding dis and xmllib docs --- Doc/Makefile | 2 +- Doc/lib.tex | 2 ++ Doc/lib/lib.tex | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) 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} -- cgit v0.12