]> granicus.if.org Git - python/commitdiff
Adding dis and xmllib docs
authorGuido van Rossum <guido@python.org>
Tue, 18 Nov 1997 15:11:47 +0000 (15:11 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Nov 1997 15:11:47 +0000 (15:11 +0000)
Doc/Makefile
Doc/lib.tex
Doc/lib/lib.tex

index aef8705c1c130f932f5c12f881990eb113c2bf41..cbf2f2dae7b3dd7da21f3b2b848fefdf435abea0 100644 (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)
index 078ea856b67f671cefe65515f23123b0c9810410..d6c92e46a0ef591de199e4fab317aa2f5128f4e6 100644 (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}
index 078ea856b67f671cefe65515f23123b0c9810410..d6c92e46a0ef591de199e4fab317aa2f5128f4e6 100644 (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}