summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-02-04 19:49:29 +0000
committerFred Drake <fdrake@acm.org>2002-02-04 19:49:29 +0000
commit20f381d4ac928b69ef6e25fbf7438cb046b196a5 (patch)
tree52699ac190740ea15bb4a997750ee8bd224c36ae /Doc
parente47241f0161d8ef5bc46ce5dd7e8bbfd43664186 (diff)
downloadcpython-20f381d4ac928b69ef6e25fbf7438cb046b196a5.tar.gz
Update version number to match Include/patchlevel.h.
Make sure we clean up all the temp files craeted for the typeset formats.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 88bb0213ab..f3f74a22f3 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/