diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-21 21:13:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-21 21:13:50 (GMT) |
commit | 4997f4d54a2886242429c4e884347e9d4b9fe79e (patch) | |
tree | 20c48be3eaf4d5b62f586a5fb41b3bf920af22da /Doc/Makefile.deps | |
parent | a4070cef5e765d128aa56162926d0763479f5c04 (diff) | |
download | cpython-4997f4d54a2886242429c4e884347e9d4b9fe79e.zip cpython-4997f4d54a2886242429c4e884347e9d4b9fe79e.tar.gz cpython-4997f4d54a2886242429c4e884347e9d4b9fe79e.tar.bz2 |
Added entries for four of Moshe's documentation sections.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 9d600aa..38ef133 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -191,6 +191,10 @@ LIBFILES= ../lib/lib.tex \ ../lib/libcmpcache.tex \ ../lib/libstatcache.tex \ ../lib/libwave.tex \ + ../lib/libcurses.tex \ + ../lib/libpipes.tex \ + ../lib/librlcompleter.tex \ + ../lib/libstatvfs.tex \ ../lib/libcfgparser.tex # LaTeX source files for Macintosh Library Modules. |