diff options
author | Fred Drake <fdrake@acm.org> | 1997-06-12 16:06:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-06-12 16:06:19 (GMT) |
commit | b4aeaebfe8b3d495b8b292268cb7da679b05e802 (patch) | |
tree | b9b1aee890898c7cf5dcb18d6060dbee70b865a2 /Doc | |
parent | 4fd1292c3cd14aaf321747b9c8cfa1cafbf5323c (diff) | |
download | cpython-b4aeaebfe8b3d495b8b292268cb7da679b05e802.zip cpython-b4aeaebfe8b3d495b8b292268cb7da679b05e802.tar.gz cpython-b4aeaebfe8b3d495b8b292268cb7da679b05e802.tar.bz2 |
Added libcommands.tex to list of library reference dependencies.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index b72faa3..4e48d68 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -111,7 +111,7 @@ 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 + libmailbox.tex libcommands.tex # Library document lib.dvi: $(LIBFILES) |