[Python-checkins] python/dist/src/Doc Makefile,1.235.2.1.2.6,1.235.2.1.2.7

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


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

Modified Files:
      Tag: release22-maint
	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.235.2.1.2.6
retrieving revision 1.235.2.1.2.7
diff -C2 -d -r1.235.2.1.2.6 -r1.235.2.1.2.7
*** Makefile	1 Apr 2002 16:11:26 -0000	1.235.2.1.2.6
--- Makefile	17 Apr 2002 03:31:31 -0000	1.235.2.1.2.7
***************
*** 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