diff options
author | Georg Brandl <georg@python.org> | 2009-04-26 06:05:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-26 06:05:58 (GMT) |
commit | 576574f5ddf2c3866ba467a0b21d103f61d33edf (patch) | |
tree | 80b0fa20b4e34d1c40a47cc86067c84ae39fa824 /Doc | |
parent | dbc5b4b66f215a51ad8e5ae39747ade4370c875b (diff) | |
download | cpython-576574f5ddf2c3866ba467a0b21d103f61d33edf.zip cpython-576574f5ddf2c3866ba467a0b21d103f61d33edf.tar.gz cpython-576574f5ddf2c3866ba467a0b21d103f61d33edf.tar.bz2 |
Note that the versions are also in README.txt.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 317fcb0..c5cb112 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -29,6 +29,7 @@ help: @echo " dist to create a \"dist\" directory with archived docs for download" checkout: + # Note: if you update versions here, do the same in README.txt @if [ ! -d tools/sphinx ]; then \ echo "Checking out Sphinx..."; \ svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \ |