From: Fred Drake Date: Thu, 6 Jul 2000 04:47:25 +0000 (+0000) Subject: Add entry for readline documentation. X-Git-Tag: v2.0b1~1059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ea85f325ad84400be86de02f60beebaa36cc53;p=python Add entry for readline documentation. --- 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