diff options
-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 \ |