diff options
author | Fred Drake <fdrake@acm.org> | 1997-07-18 20:43:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-07-18 20:43:27 (GMT) |
commit | 18600a4229984b04c173a592887a1e3c7e15c406 (patch) | |
tree | b2fb147252d9c1152081318e4dd97c178e4a5560 /Doc | |
parent | e0ffabe375d69cf457a91aa57e8f8494d133dd27 (diff) | |
download | cpython-18600a4229984b04c173a592887a1e3c7e15c406.zip cpython-18600a4229984b04c173a592887a1e3c7e15c406.tar.gz cpython-18600a4229984b04c173a592887a1e3c7e15c406.tar.bz2 |
Add libpprint.tex to the lib.dvi dependencies.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c724855..1d68234 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -111,7 +111,8 @@ 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 libni.tex libgzip.tex + libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \ + libpprint.tex # Library document lib.dvi: $(LIBFILES) |