From: Fred Drake Date: Tue, 26 Nov 2002 22:14:19 +0000 (+0000) Subject: Add missing dependency information for the "What's New" document. X-Git-Tag: v2.2.3c1~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c21c99ab53f63602ae3e0e51e3264831f8e336e5;p=thirdparty%2FPython%2Fcpython.git Add missing dependency information for the "What's New" document. --- diff --git a/Doc/Makefile b/Doc/Makefile index 28fcd8a4958e..ce97a5f9630c 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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