Adding dis and xmllib docs
This commit is contained in:
parent
a10768ae44
commit
eae121e436
|
@ -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)
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue