summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-26 22:13:41 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-26 22:13:41 (GMT)
commit4add68bbbc3b85d0c1e03f0cba86d999ad507375 (patch)
treeb9078dd2d262a89cec3d74274d643f2662fefac7 /Doc/Makefile
parent4ec2e7071eabf056541e76485e8b8f7c46a968d8 (diff)
downloadcpython-4add68bbbc3b85d0c1e03f0cba86d999ad507375.zip
cpython-4add68bbbc3b85d0c1e03f0cba86d999ad507375.tar.gz
cpython-4add68bbbc3b85d0c1e03f0cba86d999ad507375.tar.bz2
Add missing dependency information for the "What's New" document.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 8f2f2f1..5d05636 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -283,10 +283,10 @@ paper-$(PAPER)/tut.pdf: $(TUTFILES)
cd paper-$(PAPER) && $(MKPDF) ../tut/tut.tex
# What's New in Python X.Y
-paper-$(PAPER)/$(WHATSNEW).dvi:
+paper-$(PAPER)/$(WHATSNEW).dvi: whatsnew/$(WHATSNEW).tex
cd paper-$(PAPER) && $(MKDVI) ../whatsnew/$(WHATSNEW).tex
-paper-$(PAPER)/$(WHATSNEW).pdf:
+paper-$(PAPER)/$(WHATSNEW).pdf: whatsnew/$(WHATSNEW).tex
cd paper-$(PAPER) && $(MKPDF) ../whatsnew/$(WHATSNEW).tex
# The remaining part of the Makefile is concerned with various