diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-18 16:32:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-18 16:32:30 (GMT) |
commit | 4b1b3bfac11297e158541cd48684bb5456a389cf (patch) | |
tree | 8447784df161164c117c24c0a1bafdb3289ccdd2 /Doc/Makefile.deps | |
parent | 96be564027c2256699023e4430c199a147eb1b66 (diff) | |
download | cpython-4b1b3bfac11297e158541cd48684bb5456a389cf.zip cpython-4b1b3bfac11297e158541cd48684bb5456a389cf.tar.gz cpython-4b1b3bfac11297e158541cd48684bb5456a389cf.tar.bz2 |
Add entry for the pydoc 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 4e48d83..ee76b22 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -102,6 +102,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libgc.tex \ lib/libweakref.tex \ lib/libinspect.tex \ + lib/libpydoc.tex \ lib/libdifflib.tex \ lib/libdoctest.tex \ lib/libunittest.tex \ |