Add in the datetime docs now that they pass LaTeX. Still ugly, but that can
be fixed.
This commit is contained in:
parent
bbdb250862
commit
446f32367b
|
@ -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 \
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue