[Python-checkins] CVS: python/dist/src/Doc Makefile,1.236,1.237

Fred L. Drake fdrake@users.sourceforge.net
Mon, 04 Feb 2002 11:49:31 -0800


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

Modified Files:
	Makefile 
Log Message:
Update version number to match Include/patchlevel.h.
Make sure we clean up all the temp files craeted for the typeset formats.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.236
retrieving revision 1.237
diff -C2 -d -r1.236 -r1.237
*** Makefile	2001/12/21 16:46:26	1.236
--- Makefile	2002/02/04 19:49:29	1.237
***************
*** 67,71 ****
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.2+
  
  PYTHON=	   python
--- 67,71 ----
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.3a0
  
  PYTHON=	   python
***************
*** 612,615 ****
--- 612,617 ----
  	rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
  	cd $(INFODIR) && $(MAKE) clobber
+ 	rm -f paper-$(PAPER)/*.tex paper-$(PAPER)/*.ind paper-$(PAPER)/*.idx
+ 	rm -f paper-$(PAPER)/*.l2h paper-$(PAPER)/*.how paper-$(PAPER)/README
  	rm -rf html/index.html html/modindex.html html/acks.html
  	rm -rf html/api/ html/doc/ html/ext/ html/lib/ html/mac/