diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 91e8f587e4b..b6a127f61d8 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 e04527e459f..b426a6a0e5f 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