diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-07 04:07:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-07 04:07:48 (GMT) |
commit | d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e (patch) | |
tree | e6644e6af5a56764ce96c6833a97b6aec4944dab /Doc/Makefile.deps | |
parent | 9d17a7ad6df0a940f8f10cf7a113aaffc4222309 (diff) | |
download | cpython-d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e.zip cpython-d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e.tar.gz cpython-d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e.tar.bz2 |
Added preliminary documentation for the winreg module,
by Mark Hammond <markh@activestate.com>.
Limited markup & consistency revisions by FLD.
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 b093c3e..91e8f58 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -195,6 +195,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libshutil.tex \ ../lib/librepr.tex \ ../lib/libmsvcrt.tex \ + ../lib/libwinreg.tex \ ../lib/libwinsound.tex \ ../lib/windows.tex \ ../lib/libpyclbr.tex \ |