[Python-checkins] CVS: python/dist/src/Doc Makefile,1.226,1.227

Fred L. Drake fdrake@users.sourceforge.net
Thu, 18 Oct 2001 11:46:25 -0700


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

Modified Files:
	Makefile 
Log Message:
Bump version number.
Remove inconsistent use of HTMLDIR.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.226
retrieving revision 1.227
diff -C2 -d -r1.226 -r1.227
*** Makefile	2001/09/21 21:18:16	1.226
--- Makefile	2001/10/18 18:46:22	1.227
***************
*** 62,66 ****
  # Ideally, you shouldn't need to edit beyond this point
  
- HTMLDIR=	html
  INFODIR=	info
  TOOLSDIR=	tools
--- 62,65 ----
***************
*** 68,72 ****
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.2a4
  
  PYTHON=	   python
--- 67,71 ----
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.2b1
  
  PYTHON=	   python
***************
*** 369,373 ****
  
  html-$(RELEASE).tar:	$(ALLHTMLFILES)
! 	cd $(HTMLDIR) && \
  		tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
  					      */*.gif */*.txt
--- 368,372 ----
  
  html-$(RELEASE).tar:	$(ALLHTMLFILES)
! 	cd html && \
  		tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
  					      */*.gif */*.txt
***************
*** 381,385 ****
  html-$(RELEASE).zip:	$(ALLHTMLFILES)
  	rm -f $@
! 	cd $(HTMLDIR) && \
  		zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt
  
--- 380,384 ----
  html-$(RELEASE).zip:	$(ALLHTMLFILES)
  	rm -f $@
! 	cd html && \
  		zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt