diff options
| author | Fred Drake <fdrake@acm.org> | 2000-07-06 04:47:25 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-07-06 04:47:25 +0000 |
| commit | 14ea85f325ad84400be86de02f60beebaa36cc53 (patch) | |
| tree | 6c58e786c56beafa258e97b3a572ef4233cbdfff /Doc | |
| parent | 011028cf74b8a5efb8b03fb596af4552f71e423e (diff) | |
| download | cpython-git-14ea85f325ad84400be86de02f60beebaa36cc53.tar.gz | |
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 9a547bb0d5..4b7c12e129 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 79a226b8dc..eff02fcdda 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 |
