diff options
author | Fred Drake <fdrake@acm.org> | 2002-12-23 19:03:00 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-12-23 19:03:00 +0000 |
commit | 446f32367b4900b8cbbeb155c5553d8277fa56cf (patch) | |
tree | 336442ca4753b02344bb6b5492626f4e27d10dac | |
parent | bbdb2508621d880b1bd8b7d9eb2942f06c5602ac (diff) | |
download | cpython-git-446f32367b4900b8cbbeb155c5553d8277fa56cf.tar.gz |
Add in the datetime docs now that they pass LaTeX. Still ugly, but that can
be fixed.
-rw-r--r-- | Doc/Makefile.deps | 2 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f3845b845a..3652a27e18 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -137,6 +137,8 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libarray.tex \ lib/liballos.tex \ lib/libos.tex \ + lib/libdatetime.tex \ + lib/tzinfo-examples.py \ lib/libtime.tex \ lib/libgetopt.tex \ lib/libtempfile.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 9f6f5266dc..c7a236a410 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -140,6 +140,7 @@ and how to embed it in other applications. \input{libstatvfs} \input{libfilecmp} \input{libpopen2} +\input{libdatetime} \input{libtime} \input{libsched} \input{libmutex} |