summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2003-05-28 12:10:14 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2003-05-28 12:10:14 (GMT)
commita8e71c13e93710019856d21bf5c1134c014e23b9 (patch)
tree41943d75709ed744ae2a2da81b5016bd39c4cad5 /Doc
parent2fb6124afd0ee496afc5208bdf626f85c28371b4 (diff)
downloadcpython-a8e71c13e93710019856d21bf5c1134c014e23b9.zip
cpython-a8e71c13e93710019856d21bf5c1134c014e23b9.tar.gz
cpython-a8e71c13e93710019856d21bf5c1134c014e23b9.tar.bz2
Update dependencies.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 793cdec..55d8de0 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -78,8 +78,7 @@ REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
ref/ref5.tex \
ref/ref6.tex \
ref/ref7.tex \
- ref/ref8.tex \
- ref/refa1.tex
+ ref/ref8.tex
# LaTeX source files for the Python Library Reference
LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
@@ -125,6 +124,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libparser.tex \
lib/libbltin.tex \
lib/libmain.tex \
+ lib/libfuture.tex \
lib/libstrings.tex \
lib/libstring.tex \
lib/libtextwrap.tex \