Added libni.tex libgzip.tex
This commit is contained in:
parent
41884a9b1c
commit
0fcbe8dde2
|
@ -111,7 +111,7 @@ LIBFILES = lib.tex \
|
|||
libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \
|
||||
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \
|
||||
libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \
|
||||
libmailbox.tex libcommands.tex libcmath.tex
|
||||
libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex
|
||||
|
||||
# Library document
|
||||
lib.dvi: $(LIBFILES)
|
||||
|
|
|
@ -85,6 +85,7 @@ to Python and how to embed it in other applications.
|
|||
\input{libcopy}
|
||||
\input{libmarshal}
|
||||
\input{libimp}
|
||||
\input{libni}
|
||||
\input{libparser}
|
||||
\input{libsite}
|
||||
\input{libbltin} % really __builtin__
|
||||
|
@ -123,6 +124,7 @@ to Python and how to embed it in other applications.
|
|||
\input{libanydbm}
|
||||
\input{libwhichdb}
|
||||
\input{libzlib}
|
||||
\input{libgzip}
|
||||
|
||||
\input{libunix} % UNIX Specific Services
|
||||
\input{libposix}
|
||||
|
|
|
@ -85,6 +85,7 @@ to Python and how to embed it in other applications.
|
|||
\input{libcopy}
|
||||
\input{libmarshal}
|
||||
\input{libimp}
|
||||
\input{libni}
|
||||
\input{libparser}
|
||||
\input{libsite}
|
||||
\input{libbltin} % really __builtin__
|
||||
|
@ -123,6 +124,7 @@ to Python and how to embed it in other applications.
|
|||
\input{libanydbm}
|
||||
\input{libwhichdb}
|
||||
\input{libzlib}
|
||||
\input{libgzip}
|
||||
|
||||
\input{libunix} % UNIX Specific Services
|
||||
\input{libposix}
|
||||
|
|
Loading…
Reference in New Issue