diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-06 04:47:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-06 04:47:25 (GMT) |
commit | 14ea85f325ad84400be86de02f60beebaa36cc53 (patch) | |
tree | 6c58e786c56beafa258e97b3a572ef4233cbdfff /Doc | |
parent | 011028cf74b8a5efb8b03fb596af4552f71e423e (diff) | |
download | cpython-14ea85f325ad84400be86de02f60beebaa36cc53.zip cpython-14ea85f325ad84400be86de02f60beebaa36cc53.tar.gz cpython-14ea85f325ad84400be86de02f60beebaa36cc53.tar.bz2 |
Add entry for readline documentation.
Diffstat (limited to 'Doc')
-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 |