From 446f32367b4900b8cbbeb155c5553d8277fa56cf Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 23 Dec 2002 19:03:00 +0000 Subject: [PATCH] Add in the datetime docs now that they pass LaTeX. Still ugly, but that can be fixed. --- Doc/Makefile.deps | 2 ++ Doc/lib/lib.tex | 1 + 2 files changed, 3 insertions(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f3845b845a7..3652a27e184 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 9f6f5266dc4..c7a236a410d 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}