diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-05-28 12:10:14 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-05-28 12:10:14 (GMT) |
commit | a8e71c13e93710019856d21bf5c1134c014e23b9 (patch) | |
tree | 41943d75709ed744ae2a2da81b5016bd39c4cad5 | |
parent | 2fb6124afd0ee496afc5208bdf626f85c28371b4 (diff) | |
download | cpython-a8e71c13e93710019856d21bf5c1134c014e23b9.zip cpython-a8e71c13e93710019856d21bf5c1134c014e23b9.tar.gz cpython-a8e71c13e93710019856d21bf5c1134c014e23b9.tar.bz2 |
Update dependencies.
-rw-r--r-- | Doc/Makefile.deps | 4 |
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 \ |