projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e10ef74
)
Add entries for the xml.sax documentation.
author
Fred Drake
<fdrake@acm.org>
Wed, 20 Sep 2000 02:54:58 +0000
(
02:54
+0000)
committer
Fred Drake
<fdrake@acm.org>
Wed, 20 Sep 2000 02:54:58 +0000
(
02:54
+0000)
Doc/Makefile.deps
patch
|
blob
|
history
Doc/lib/lib.tex
patch
|
blob
|
history
diff --git
a/Doc/Makefile.deps
b/Doc/Makefile.deps
index 725eaed387b7dc0e8ebd660f0d6dfaee81ccb016..3b9f095eb023059ebdd01272be9905db53ab8b96 100644
(file)
--- 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 c3517071a6cf130e9857cb0894707dd1d11b3e1b..5fd378c428e272297c6f4599b5169d172c6939a3 100644
(file)
--- 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}