mirror of https://github.com/python/cpython
Hook in the documentation for the unicodedata module.
This commit is contained in:
parent
28b294459d
commit
fb79ffae4d
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue