]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing dependency information for the "What's New" document.
authorFred Drake <fdrake@acm.org>
Tue, 26 Nov 2002 22:14:19 +0000 (22:14 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 26 Nov 2002 22:14:19 +0000 (22:14 +0000)
Doc/Makefile

index 28fcd8a4958e802aaf3e7569026a504ebf5ec391..ce97a5f9630cbf2be002b34534909647f067f761 100644 (file)
@@ -280,10 +280,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