diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-29 22:23:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-29 22:23:19 (GMT) |
commit | 659f377ed97b23930a874fc5f411eb8d13335dce (patch) | |
tree | 1bedece49307ffbc33f0e9a8257e6d4d643f67d8 | |
parent | 14631f674f1a571e6ff99edf36a6075e611f4d75 (diff) | |
download | cpython-659f377ed97b23930a874fc5f411eb8d13335dce.zip cpython-659f377ed97b23930a874fc5f411eb8d13335dce.tar.gz cpython-659f377ed97b23930a874fc5f411eb8d13335dce.tar.bz2 |
Add entry for curses.panel documentation.
-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 c703922..f2385f8 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -241,6 +241,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ lib/libchunk.tex \ lib/libcodeop.tex \ lib/libcurses.tex \ + lib/libcursespanel.tex \ lib/libascii.tex \ lib/libdl.tex \ lib/libmutex.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 491d2b4..e74329b 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -140,6 +140,7 @@ and how to embed it in other applications. \input{libgetpass} \input{libcurses} \input{libascii} % curses.ascii +\input{libcursespanel} \input{libgetopt} \input{libtempfile} \input{liberrno} |