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 /Doc/Makefile.deps | |
parent | 14631f674f1a571e6ff99edf36a6075e611f4d75 (diff) | |
download | cpython-659f377ed97b23930a874fc5f411eb8d13335dce.zip cpython-659f377ed97b23930a874fc5f411eb8d13335dce.tar.gz cpython-659f377ed97b23930a874fc5f411eb8d13335dce.tar.bz2 |
Add entry for curses.panel documentation.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 1 |
1 files changed, 1 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 \ |