diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-14 21:42:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-14 21:42:38 (GMT) |
commit | 33e0beaf7763088f75fd403f603102e1d8710a15 (patch) | |
tree | c216ee602c65958852e4a21b4726c07fca0a4842 | |
parent | 2d017ec9fbb06eb34934039c27fc6af06f532495 (diff) | |
download | cpython-33e0beaf7763088f75fd403f603102e1d8710a15.zip cpython-33e0beaf7763088f75fd403f603102e1d8710a15.tar.gz cpython-33e0beaf7763088f75fd403f603102e1d8710a15.tar.bz2 |
Did not include the sha module documentation dependency.
-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 539d9e7..725eaed 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -117,6 +117,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/librgbimg.tex \ ../lib/libcrypto.tex \ ../lib/libmd5.tex \ + ../lib/libsha.tex \ ../lib/libmpz.tex \ ../lib/librotor.tex \ ../lib/libstdwin.tex \ |