Adding dis and xmllib docs

This commit is contained in:
Guido van Rossum 1997-11-18 15:11:47 +00:00
parent a10768ae44
commit eae121e436
3 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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}

View File

@ -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}