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 f5b62b9..f2b268a 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -170,6 +170,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libpyexpat.tex \ ../lib/libqueue.tex \ ../lib/liblocale.tex \ + ../lib/libgettext.tex \ ../lib/libbasehttp.tex \ ../lib/libcookie.tex \ ../lib/libcopyreg.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 255fcd8..0e057bd 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -145,6 +145,7 @@ and how to embed it in other applications. \input{libfnmatch} \input{libshutil} \input{liblocale} +\input{libgettext} \input{libmutex} \input{libsomeos} % Optional Operating System Services |