diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-13 20:51:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-13 20:51:29 (GMT) |
commit | fb79ffae4db119a7e027085b3693be3d2764f845 (patch) | |
tree | 9de0fa7494c9ec630a9752765a7f60841ac0fc2d | |
parent | 28b294459d04682a6aefc0e2db34dfa1d454e6b8 (diff) | |
download | cpython-fb79ffae4db119a7e027085b3693be3d2764f845.zip cpython-fb79ffae4db119a7e027085b3693be3d2764f845.tar.gz cpython-fb79ffae4db119a7e027085b3693be3d2764f845.tar.bz2 |
Hook in the documentation for the unicodedata module.
-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 91e8f58..b6a127f 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -61,6 +61,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libstrings.tex \ ../lib/libstring.tex \ ../lib/libcodecs.tex \ + ../lib/libunicodedata.tex \ ../lib/libregex.tex \ ../lib/libregsub.tex \ ../lib/libstruct.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index e04527e..b426a6a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -114,6 +114,7 @@ and how to embed it in other applications. \input{libfpformat} \input{libstringio} \input{libcodecs} +\input{libunicodedata} %\input{libsoundex} \input{libmisc} % Miscellaneous Services |