diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-18 18:46:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-18 18:46:22 (GMT) |
commit | 9ae09947f4c62bf1fffa9091b4ddc8833d5bcdfe (patch) | |
tree | 01bff420a0e3251fa1cbdd62840486fe8ed067a3 /Doc/Makefile | |
parent | 77165d039f111af832ca525e0851c250416a2b62 (diff) | |
download | cpython-9ae09947f4c62bf1fffa9091b4ddc8833d5bcdfe.zip cpython-9ae09947f4c62bf1fffa9091b4ddc8833d5bcdfe.tar.gz cpython-9ae09947f4c62bf1fffa9091b4ddc8833d5bcdfe.tar.bz2 |
Bump version number.
Remove inconsistent use of HTMLDIR.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 6732b64..e11449d 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -61,13 +61,12 @@ PAPER=letter # Ideally, you shouldn't need to edit beyond this point -HTMLDIR= html INFODIR= info TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.2a4 +RELEASE=2.2b1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) @@ -368,7 +367,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README html-$(RELEASE).tar: $(ALLHTMLFILES) - cd $(HTMLDIR) && \ + cd html && \ tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \ */*.gif */*.txt @@ -380,7 +379,7 @@ html-$(RELEASE).tar.bz2: html-$(RELEASE).tar html-$(RELEASE).zip: $(ALLHTMLFILES) rm -f $@ - cd $(HTMLDIR) && \ + cd html && \ zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt # convenience targets: |