diff options
author | Greg Ward <gward@python.net> | 2002-06-29 02:38:50 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2002-06-29 02:38:50 (GMT) |
commit | ae64f3adcd4b9f11710520ad47075930e175cd1d (patch) | |
tree | 6ac2cea8b9ab219e16176de04159aa77379ad377 /Doc/Makefile.deps | |
parent | 8b46c71d5b5444f9554008ebb2aa808f4f48e5e1 (diff) | |
download | cpython-ae64f3adcd4b9f11710520ad47075930e175cd1d.zip cpython-ae64f3adcd4b9f11710520ad47075930e175cd1d.tar.gz cpython-ae64f3adcd4b9f11710520ad47075930e175cd1d.tar.bz2 |
Add documentation for new textwrap module.
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 060e3ec..29a6bc1 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -124,6 +124,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libmain.tex \ lib/libstrings.tex \ lib/libstring.tex \ + lib/libtextwrap.tex \ lib/libcodecs.tex \ lib/libunicodedata.tex \ lib/libstruct.tex \ |