diff options
-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 |