projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbdb250
)
Add in the datetime docs now that they pass LaTeX. Still ugly, but that can
author
Fred Drake
<fdrake@acm.org>
Mon, 23 Dec 2002 19:03:00 +0000
(19:03 +0000)
committer
Fred Drake
<fdrake@acm.org>
Mon, 23 Dec 2002 19:03:00 +0000
(19:03 +0000)
be fixed.
Doc/Makefile.deps
patch
|
blob
|
history
Doc/lib/lib.tex
patch
|
blob
|
history
diff --git
a/Doc/Makefile.deps
b/Doc/Makefile.deps
index f3845b845a77607d553c2a6ca159778ab9d3fb42..3652a27e184580abf3367cae4ca7a85cb0f1fa88 100644
(file)
--- 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 9f6f5266dc4891a542945267076bcfc971c0d8ba..c7a236a410d73ef9f368d0ebaf6e2c18637e938d 100644
(file)
--- 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}