mirror of https://github.com/python/cpython.git
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 \
|
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)
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue