From 6532b9b8e0e0d2770995d5b78a8814878d4d6c2c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 Apr 1999 14:16:14 +0000 Subject: [PATCH] Updated a comment and the release number. --- Doc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index a086769ea24..4c4e009a950 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -3,8 +3,9 @@ # # See also the README file. # -# This is a bit of a mess. The main documents are: +# This is a bit of a mess. The documents are identified by short names: # api -- Python/C API Reference Manual +# doc -- Documenting Python # ext -- Extending and Embedding the Python Interpreter # lib -- Library Reference Manual # mac -- Macintosh Library Modules @@ -56,7 +57,7 @@ HTMLDIR= html INFODIR= info TOOLSDIR= tools -RELEASE=1.5.2b2 +RELEASE=1.5.2 VERSION=1.5 # These must be declared phony since there