diff options
author | Fred Drake <fdrake@acm.org> | 2002-02-04 19:49:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-02-04 19:49:29 (GMT) |
commit | 210d3cca860b726db5dc40fb5c7cd0f17dd47980 (patch) | |
tree | 212612b5b0be5bd9270171015125318ee824d4ac | |
parent | 375bbc306e0092a2df09fc6ae37b9c8c714219e0 (diff) | |
download | cpython-210d3cca860b726db5dc40fb5c7cd0f17dd47980.zip cpython-210d3cca860b726db5dc40fb5c7cd0f17dd47980.tar.gz cpython-210d3cca860b726db5dc40fb5c7cd0f17dd47980.tar.bz2 |
Update version number to match Include/patchlevel.h.
Make sure we clean up all the temp files craeted for the typeset formats.
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 88bb021..f3f74a2 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -66,7 +66,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.2+ +RELEASE=2.3a0 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) @@ -611,6 +611,8 @@ clobber: rm -f pdf-$(RELEASE).zip postscript-$(RELEASE).zip 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/ rm -rf html/ref/ html/tut/ html/inst/ html/dist/ |