commit | 955e03bd68b7ea10d9c78e556ce50dcd778b1ee1 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Oct 09 18:11:24 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Oct 09 18:11:24 2000 +0000 |
tree | cde0b757dd8c3d3c174e8acc53d7208f8fa6db6b | |
parent | ecbd2aaa02cdd2ca83e97f05ec0b2794e2624333 [diff] |
Push xmllib to the end of the markup chapter since it is deprecated.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 6ebfadd..9a66a44 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex
@@ -233,9 +233,9 @@ \input{markup} % Structured Markup Processing Tools \input{libsgmllib} \input{libhtmllib} -\input{libxmllib} \input{libpyexpat} \input{xmlsax} +\input{libxmllib} \input{libmm} % Multimedia Services \input{libaudioop}