[Python-checkins] python/dist/src/Doc Makefile,1.240,1.241

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 16 Apr 2002 20:31:10 -0700


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

Modified Files:
	Makefile 
Log Message:
Pass the -r option to getpagecounts to generate an entry for the "What's
New" document.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.240
retrieving revision 1.241
diff -C2 -d -r1.240 -r1.241
*** Makefile	26 Mar 2002 20:29:10 -0000	1.240
--- Makefile	17 Apr 2002 03:31:08 -0000	1.241
***************
*** 517,521 ****
  
  paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts
! 	cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts >../$@
  
  info-$(RELEASE).tgz: info
--- 517,521 ----
  
  paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts
! 	cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts -r $(RELEASE) >../$@
  
  info-$(RELEASE).tgz: info