From: Fred Drake Date: Mon, 23 Dec 2002 19:03:00 +0000 (+0000) Subject: Add in the datetime docs now that they pass LaTeX. Still ugly, but that can X-Git-Tag: v2.3c1~2907 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=446f32367b4900b8cbbeb155c5553d8277fa56cf;p=thirdparty%2FPython%2Fcpython.git Add in the datetime docs now that they pass LaTeX. Still ugly, but that can be fixed. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f3845b845a77..3652a27e1845 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 9f6f5266dc48..c7a236a410d7 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}