Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae121e

Browse files
committed
Adding dis and xmllib docs
1 parent a10768a commit eae121e

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ LIBFILES = lib.tex \
113113
libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \
114114
libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \
115115
libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \
116-
libuserdict.tex
116+
libuserdict.tex libdis.tex libxmllib.tex
117117

118118
# Library document
119119
lib.dvi: $(LIBFILES)

Doc/lib.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
\input{libkeyword}
9191
\input{libcode}
9292
\input{libpprint}
93+
\input{libdis}
9394
\input{libsite}
9495
\input{libuser}
9596
\input{libbltin} % really __builtin__
@@ -161,6 +162,7 @@
161162
\input{liburlparse}
162163
\input{libsgmllib}
163164
\input{libhtmllib}
165+
\input{libxmllib}
164166
\input{libformatter}
165167
\input{librfc822}
166168
\input{libmimetools}

Doc/lib/lib.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
\input{libkeyword}
9191
\input{libcode}
9292
\input{libpprint}
93+
\input{libdis}
9394
\input{libsite}
9495
\input{libuser}
9596
\input{libbltin} % really __builtin__
@@ -161,6 +162,7 @@
161162
\input{liburlparse}
162163
\input{libsgmllib}
163164
\input{libhtmllib}
165+
\input{libxmllib}
164166
\input{libformatter}
165167
\input{librfc822}
166168
\input{libmimetools}

0 commit comments

Comments
 (0)