diff options
| author | Fred Drake <fdrake@acm.org> | 2000-09-20 02:54:58 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-09-20 02:54:58 (GMT) |
| commit | f5aa4ef07cfe7a03045c90b423ea471b4fdbcb19 (patch) | |
| tree | c5054eefc03d5eaab0a5f77c4e09bb826d3ab233 /Doc | |
| parent | e10ef74bb8616edba8066855f8e4c454361547ac (diff) | |
| download | cpython-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.deps | 1 | ||||
| -rw-r--r-- | Doc/lib/lib.tex | 1 |
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} |
