Add entry for the futures appendix in the reference manual.

Correct the comment at the top of the file.
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 3ffc9c4..c703922 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -1,5 +1,4 @@
-# LaTeX source dependencies; note that the files are named relative to a
-# child directory and not the directory this file is located in.
+# LaTeX source dependencies.
 
 COMMONSTYLES= texinputs/python.sty \
 	texinputs/pypaper.sty \
@@ -38,7 +37,8 @@
 	ref/ref5.tex \
 	ref/ref6.tex \
 	ref/ref7.tex \
-	ref/ref8.tex
+	ref/ref8.tex \
+	ref/refa1.tex
 
 # LaTeX source files for the Python Library Reference
 LIBFILES= $(MANSTYLES) $(COMMONTEX) \