From 860e25614786c9c89a0ba4fe097f1e1e09e9cf57 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 12 Jul 1999 16:52:50 +0000 Subject: Added comment clarifying that RELEASE is the documentation release number, not the Python release. Removed VERSION since it is not used. --- Doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 7a83c9e..38db0c4 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -57,8 +57,10 @@ HTMLDIR= html INFODIR= info TOOLSDIR= tools +# This is the *documentation* release, and is used to construct the file +# names of the downloadable tarballs. RELEASE=1.5.2p1 -VERSION=1.5 + # These must be declared phony since there # are directories with matching names: -- cgit v0.12