diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-01 05:20:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-01 05:20:52 (GMT) |
commit | 0d0e64861ba97de0e41a1de2cc867c98f6a71c2d (patch) | |
tree | 0a5d168b624ad8ea6d0e1f72500d172fc899e365 /Doc | |
parent | ebcf6a85736f7a9193d7293ec361d8e53bb0a063 (diff) | |
download | cpython-0d0e64861ba97de0e41a1de2cc867c98f6a71c2d.zip cpython-0d0e64861ba97de0e41a1de2cc867c98f6a71c2d.tar.gz cpython-0d0e64861ba97de0e41a1de2cc867c98f6a71c2d.tar.bz2 |
Add entry for weakref documentation.
Diffstat (limited to 'Doc')
-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 2fe792e..bfba9b7 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -53,6 +53,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libsys.tex \ ../lib/libfpectl.tex \ ../lib/libgc.tex \ + ../lib/libweakref.tex \ ../lib/libtypes.tex \ ../lib/libtraceback.tex \ ../lib/libpickle.tex \ |