Added libni.tex libgzip.tex

This commit is contained in:
Guido van Rossum 1997-07-17 16:27:42 +00:00
parent 41884a9b1c
commit 0fcbe8dde2
3 changed files with 5 additions and 1 deletions

View File

@ -111,7 +111,7 @@ LIBFILES = lib.tex \
libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \ libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \
libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.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 # Library document
lib.dvi: $(LIBFILES) lib.dvi: $(LIBFILES)

View File

@ -85,6 +85,7 @@ to Python and how to embed it in other applications.
\input{libcopy} \input{libcopy}
\input{libmarshal} \input{libmarshal}
\input{libimp} \input{libimp}
\input{libni}
\input{libparser} \input{libparser}
\input{libsite} \input{libsite}
\input{libbltin} % really __builtin__ \input{libbltin} % really __builtin__
@ -123,6 +124,7 @@ to Python and how to embed it in other applications.
\input{libanydbm} \input{libanydbm}
\input{libwhichdb} \input{libwhichdb}
\input{libzlib} \input{libzlib}
\input{libgzip}
\input{libunix} % UNIX Specific Services \input{libunix} % UNIX Specific Services
\input{libposix} \input{libposix}

View File

@ -85,6 +85,7 @@ to Python and how to embed it in other applications.
\input{libcopy} \input{libcopy}
\input{libmarshal} \input{libmarshal}
\input{libimp} \input{libimp}
\input{libni}
\input{libparser} \input{libparser}
\input{libsite} \input{libsite}
\input{libbltin} % really __builtin__ \input{libbltin} % really __builtin__
@ -123,6 +124,7 @@ to Python and how to embed it in other applications.
\input{libanydbm} \input{libanydbm}
\input{libwhichdb} \input{libwhichdb}
\input{libzlib} \input{libzlib}
\input{libgzip}
\input{libunix} % UNIX Specific Services \input{libunix} % UNIX Specific Services
\input{libposix} \input{libposix}