From 1404d51bc31b3ae88fd1b47a2d3a73b399b5e23c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 19 Jan 2005 05:54:36 +0000 Subject: 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 5ac902b..d3abb7c 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -125,6 +125,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 20f65df..0705d7a 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} -- cgit v0.12