diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 14:16:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 14:16:14 (GMT) |
commit | 6532b9b8e0e0d2770995d5b78a8814878d4d6c2c (patch) | |
tree | ed0da289ecc25e8ff873f26ffe395b2a1a8a62b1 /Doc/Makefile | |
parent | 9f5362bfa65892406cbb86eee7a74d2624d255e5 (diff) | |
download | cpython-6532b9b8e0e0d2770995d5b78a8814878d4d6c2c.zip cpython-6532b9b8e0e0d2770995d5b78a8814878d4d6c2c.tar.gz cpython-6532b9b8e0e0d2770995d5b78a8814878d4d6c2c.tar.bz2 |
Updated a comment and the release number.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a086769..4c4e009 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 |