[Python-checkins] python/dist/src/Doc Makefile,1.235.2.1.2.15,1.235.2.1.2.16

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 26 Nov 2002 14:14:21 -0800


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv22806

Modified Files:
      Tag: release22-maint
	Makefile 
Log Message:
Add missing dependency information for the "What's New" document.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.235.2.1.2.15
retrieving revision 1.235.2.1.2.16
diff -C2 -d -r1.235.2.1.2.15 -r1.235.2.1.2.16
*** Makefile	22 Oct 2002 21:20:24 -0000	1.235.2.1.2.15
--- Makefile	26 Nov 2002 22:14:19 -0000	1.235.2.1.2.16
***************
*** 281,288 ****
  
  # What's New in Python X.Y
! paper-$(PAPER)/$(WHATSNEW).dvi:
  	cd paper-$(PAPER) && $(MKDVI) ../whatsnew/$(WHATSNEW).tex
  
! paper-$(PAPER)/$(WHATSNEW).pdf:
  	cd paper-$(PAPER) && $(MKPDF) ../whatsnew/$(WHATSNEW).tex
  
--- 281,288 ----
  
  # What's New in Python X.Y
! paper-$(PAPER)/$(WHATSNEW).dvi: whatsnew/$(WHATSNEW).tex
  	cd paper-$(PAPER) && $(MKDVI) ../whatsnew/$(WHATSNEW).tex
  
! paper-$(PAPER)/$(WHATSNEW).pdf: whatsnew/$(WHATSNEW).tex
  	cd paper-$(PAPER) && $(MKPDF) ../whatsnew/$(WHATSNEW).tex