diff options
author | Fred Drake <fdrake@acm.org> | 2003-05-22 13:59:30 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-05-22 13:59:30 +0000 |
commit | f5cef4c49183e7675bd7aae7d6302a846a951d44 (patch) | |
tree | fdf646e756d8ccbfede9ac39480f0dfa2ad1d6bc | |
parent | ea74b69faf5fd23cb47e77cb09bdd16e818e0c75 (diff) | |
download | cpython-f5cef4c49183e7675bd7aae7d6302a846a951d44.tar.gz |
Start preparing the doc tree for 2.2.3.
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index ce97a5f963..52549c42e9 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.2+ +RELEASE=2.2.3 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |