]> granicus.if.org Git - python/commitdiff
Add missing dependency information for the "What's New" document.
authorFred Drake <fdrake@acm.org>
Tue, 26 Nov 2002 22:13:41 +0000 (22:13 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 26 Nov 2002 22:13:41 +0000 (22:13 +0000)
Doc/Makefile

index 8f2f2f1eebcbcddbe0049e6619defd740c977216..5d05636a0052205f9809b4986d8a2a48e877c065 100644 (file)
@@ -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