[Python-checkins] CVS: python/dist/src/Doc Makefile,1.190.2.2,1.190.2.3

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 21 Feb 2000 12:48:43 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc
In directory weyr:/home/fdrake/projects/python/Doc-152p1

Modified Files:
      Tag: release152p1-patches
	Makefile 
Log Message:

Remove the source package from the distfiles target; this won't be
used for the 1.5.2p2 release.


Index: Makefile
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/Makefile,v
retrieving revision 1.190.2.2
retrieving revision 1.190.2.3
diff -C2 -r1.190.2.2 -r1.190.2.3
*** Makefile	2000/02/17 17:37:06	1.190.2.2
--- Makefile	2000/02/21 17:48:40	1.190.2.3
***************
*** 283,287 ****
  
  distfiles:	tarballs zips bzips
- 	$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
  
  
--- 283,286 ----