From 87d3ad6b0c7ba535368c60d74d248cbf8b298d1d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 19 Jan 2005 06:03:29 +0000 Subject: [PATCH] documentation for the zipimport module using contributed patch (closes SF bug #853800; markup adjusted) --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 147b1107c15d..69724cedc078 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -124,6 +124,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libmarshal.tex \ lib/libwarnings.tex \ lib/libimp.tex \ + lib/libzipimport.tex \ lib/libpkgutil.tex \ lib/libparser.tex \ lib/libbltin.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 4d71d9347a85..36ee14a46dbe 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -91,6 +91,7 @@ and how to embed it in other applications. \input{libmarshal} \input{libwarnings} \input{libimp} +\input{libzipimport} \input{libpkgutil} \input{libcode} \input{libcodeop} -- 2.47.3