diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-26 22:13:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-26 22:13:41 (GMT) |
commit | 4add68bbbc3b85d0c1e03f0cba86d999ad507375 (patch) | |
tree | b9078dd2d262a89cec3d74274d643f2662fefac7 /Doc/Makefile | |
parent | 4ec2e7071eabf056541e76485e8b8f7c46a968d8 (diff) | |
download | cpython-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/Makefile | 4 |
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 |