summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-20 02:54:58 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-20 02:54:58 (GMT)
commitf5aa4ef07cfe7a03045c90b423ea471b4fdbcb19 (patch)
treec5054eefc03d5eaab0a5f77c4e09bb826d3ab233 /Doc
parente10ef74bb8616edba8066855f8e4c454361547ac (diff)
downloadcpython-f5aa4ef07cfe7a03045c90b423ea471b4fdbcb19.zip
cpython-f5aa4ef07cfe7a03045c90b423ea471b4fdbcb19.tar.gz
cpython-f5aa4ef07cfe7a03045c90b423ea471b4fdbcb19.tar.bz2
Add entries for the xml.sax documentation.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 725eaed..3b9f095 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -169,6 +169,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
../lib/libdis.tex \
../lib/libxmllib.tex \
../lib/libpyexpat.tex \
+ ../lib/xmlsax.tex \
../lib/libqueue.tex \
../lib/liblocale.tex \
../lib/libgettext.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index c351707..5fd378c 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -235,6 +235,7 @@ and how to embed it in other applications.
\input{libhtmllib}
\input{libxmllib}
\input{libpyexpat}
+\input{xmlsax}
\input{libmm} % Multimedia Services
\input{libaudioop}