Commit 9ae09947 authored by Fred Drake's avatar Fred Drake

Bump version number.

Remove inconsistent use of HTMLDIR.
parent 77165d03
...@@ -61,13 +61,12 @@ PAPER=letter ...@@ -61,13 +61,12 @@ PAPER=letter
# Ideally, you shouldn't need to edit beyond this point # Ideally, you shouldn't need to edit beyond this point
HTMLDIR= html
INFODIR= info INFODIR= info
TOOLSDIR= tools TOOLSDIR= tools
# This is the *documentation* release, and is used to construct the file # This is the *documentation* release, and is used to construct the file
# names of the downloadable tarballs. # names of the downloadable tarballs.
RELEASE=2.2a4 RELEASE=2.2b1
PYTHON= python PYTHON= python
DVIPS= dvips -N0 -t $(PAPER) DVIPS= dvips -N0 -t $(PAPER)
...@@ -368,7 +367,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README ...@@ -368,7 +367,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README
cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
html-$(RELEASE).tar: $(ALLHTMLFILES) html-$(RELEASE).tar: $(ALLHTMLFILES)
cd $(HTMLDIR) && \ cd html && \
tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \ tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
*/*.gif */*.txt */*.gif */*.txt
...@@ -380,7 +379,7 @@ html-$(RELEASE).tar.bz2: html-$(RELEASE).tar ...@@ -380,7 +379,7 @@ html-$(RELEASE).tar.bz2: html-$(RELEASE).tar
html-$(RELEASE).zip: $(ALLHTMLFILES) html-$(RELEASE).zip: $(ALLHTMLFILES)
rm -f $@ rm -f $@
cd $(HTMLDIR) && \ cd html && \
zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt
# convenience targets: # convenience targets:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment