summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-12-23 19:03:00 (GMT)
committerFred Drake <fdrake@acm.org>2002-12-23 19:03:00 (GMT)
commit446f32367b4900b8cbbeb155c5553d8277fa56cf (patch)
tree336442ca4753b02344bb6b5492626f4e27d10dac /Doc
parentbbdb2508621d880b1bd8b7d9eb2942f06c5602ac (diff)
downloadcpython-446f32367b4900b8cbbeb155c5553d8277fa56cf.zip
cpython-446f32367b4900b8cbbeb155c5553d8277fa56cf.tar.gz
cpython-446f32367b4900b8cbbeb155c5553d8277fa56cf.tar.bz2
Add in the datetime docs now that they pass LaTeX. Still ugly, but that can
be fixed.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps2
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index f3845b8..3652a27 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 9f6f526..c7a236a 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}