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 9a547bb..4b7c12e 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -226,6 +226,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libnis.tex \ ../lib/libpipes.tex \ ../lib/libpty.tex \ + ../lib/libreadline.tex \ ../lib/librlcompleter.tex \ ../lib/libsched.tex \ ../lib/libstatvfs.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 79a226b..eff02fc 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -170,6 +170,7 @@ and how to embed it in other applications. \input{libzlib} \input{libgzip} \input{libzipfile} +\input{libreadline} \input{librlcompleter} \input{libunix} % UNIX Specific Services |