[Python-checkins] CVS: python/dist/src/Doc Makefile,1.205,1.206

Fred L. Drake fdrake@users.sourceforge.net
Thu, 25 Jan 2001 09:32:53 -0800


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

Modified Files:
	Makefile 
Log Message:

Add bzip2 archives back to the set of generated archives; we had way too
many reasonable requests to keep them around.

Bump version number.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.205
retrieving revision 1.206
diff -C2 -r1.205 -r1.206
*** Makefile	2001/01/22 20:47:26	1.205
--- Makefile	2001/01/25 17:32:51	1.206
***************
*** 68,72 ****
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.0
  
  
--- 68,72 ----
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.1a2
  
  
***************
*** 331,336 ****
  bzips:		bzippdf bzipps bziphtml
  
! distfiles:	tarballs zips
! 	$(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE)
  
  
--- 331,336 ----
  bzips:		bzippdf bzipps bziphtml
  
! distfiles:	tarballs zips bzips
! 	$(TOOLSDIR)/mksourcepkg --all $(RELEASE)