summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-29 22:23:19 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-29 22:23:19 (GMT)
commit659f377ed97b23930a874fc5f411eb8d13335dce (patch)
tree1bedece49307ffbc33f0e9a8257e6d4d643f67d8 /Doc
parent14631f674f1a571e6ff99edf36a6075e611f4d75 (diff)
downloadcpython-659f377ed97b23930a874fc5f411eb8d13335dce.zip
cpython-659f377ed97b23930a874fc5f411eb8d13335dce.tar.gz
cpython-659f377ed97b23930a874fc5f411eb8d13335dce.tar.bz2
Add entry for curses.panel documentation.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
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}